aiarena-docker-base
aiarena-docker-base copied to clipboard
Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.10.1. Release notes Sourced from scipy's releases. SciPy 1.10.1 Release Notes SciPy 1.10.1 is a bug-fix release with no new features compared to 1.10.0. Authors...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 4.22.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.5.2 to 2023.2.4. Release notes Sourced from pipenv's releases. Release v2023.2.4 What's Changed Deprecate --keep-outdated flag. by @matteius in pypa/pipenv#5544 Catch StopIteration error and alert user and...
Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 to 3.2.2. Release notes Sourced from oauthlib's releases. 3.2.2 OAuth2.0 Provider: CVE-2022-36087 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS OAuth1.0: #818...
Bumps [termcolor](https://github.com/termcolor/termcolor) from 1.1.0 to 2.2.0. Release notes Sourced from termcolor's releases. Release 2.2.0 Added Add light shades, dark grey and black (#32) @hugovk Release 2.1.1 Fixed Add __main__ to...
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.7.2 to 1.8.2. Release notes Sourced from yarl's releases. 1.8.2 This is the first release that started shipping wheels for Python 3.11. 1.8.1 Misc (#694), (#699), (#700),...
Bumps [gym](https://github.com/openai/gym) from 0.23.1 to 0.26.2. Release notes Sourced from gym's releases. 0.26.2 Release notes This is another very minor bug release. Bugs Fixes As reset now returns (obs, info)...
Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [portpicker](https://github.com/google/python_portpicker) from 1.5.0 to 1.5.2. Changelog Sourced from portpicker's changelog. 1.5.2 Do not re-pick a known used (not-yet-returned) port when running stand alone without a portserver. 1.5.1 When not...
Originally suggested by BuRny on discord https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython > CPython 3.11 is on average [25% faster](https://github.com/faster-cpython/ideas/blob/main/main-vs-310.rst) than CPython 3.10 when measured with the [pyperformance](https://github.com/python/pyperformance) benchmark suite, and compiled with GCC on...