OnroerendErfgoed / skosprovider_atramhasis

A skosprovider that can talk to an Atramhasis instance
http://skosprovider-atramhasis.readthedocs.org
MIT License
2 stars 0 forks source link

Scheduled monthly dependency update for September #113

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update requests from 2.25.1 to 2.26.0.

Changelog ### 2.26.0 ``` ------------------- **Improvements** - Requests now supports Brotli compression, if either the `brotli` or `brotlicffi` package is installed. (5783) - `Session.send` now correctly resolves proxy configurations from both the Session and Request. Behavior now matches `Session.request`. (5681) **Bugfixes** - Fixed a race condition in zip extraction when using Requests in parallel from zip archive. (5707) **Dependencies** - Instead of `chardet`, use the MIT-licensed `charset_normalizer` for Python3 to remove license ambiguity for projects bundling requests. If `chardet` is already installed on your machine it will be used instead of `charset_normalizer` to keep backwards compatibility. (5797) You can also install `chardet` while installing requests by specifying `[use_chardet_on_py3]` extra as follows: shell pip install "requests[use_chardet_on_py3]" Python2 still depends upon the `chardet` module. - Requests now supports `idna` 3.x on Python 3. `idna` 2.x will continue to be used on Python 2 installations. (5711) **Deprecations** - The `requests[security]` extra has been converted to a no-op install. PyOpenSSL is no longer the recommended secure option for Requests. (5867) - Requests has officially dropped support for Python 3.5. (5867) ```
Links - PyPI: https://pypi.org/project/requests - Changelog: https://pyup.io/changelogs/requests/ - Docs: https://requests.readthedocs.io

Update dogpile.cache from 1.1.2 to 1.1.3.

Changelog ### 1.1.3 ``` Released: Thu May 20 2021 bug - **[bug] [regression] [tests]** Repaired the test suite to work with the 5.x series of the `decorator` module, which now appears to make use of the `__signature__` attribute. - **[bug] [regression]** Fixed regression where `ProxyBackend` was missing several methods that were added as part of the 1.1 release. References: [202](https://github.com/sqlalchemy/dogpile.cache/issues/202) rel_1_1_2 ```
Links - PyPI: https://pypi.org/project/dogpile.cache - Changelog: https://pyup.io/changelogs/dogpile.cache/ - Repo: https://github.com/sqlalchemy/dogpile.cache - Docs: https://pythonhosted.org/dogpile.cache/
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.111% when pulling bbcd607c82718ae59c0eca2429e3d59a6ec6d26b on pyup-scheduled-update-2021-09-01 into aa894ec59749e520699eb4e69668fe4fd7ab7163 on master.

pyup-bot commented 3 years ago

Closing this in favor of #114