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 November #115

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 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.4.

Changelog ### 1.1.4 ``` Released: Thu Sep 2 2021 usecase - **[usecase] [memcached]** Added support for pymemcache socket keepalive and retrying client. bug - **[bug] [general]** Fixed Python 3.10 deprecation warning involving threading. Pull request courtesy Karthikeyan Singaravelan. References: [203](https://github.com/sqlalchemy/dogpile.cache/issues/203) rel_1_1_3 ``` ### 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 2 years ago

Coverage Status

Coverage decreased (-0.0%) to 99.111% when pulling d24cfb6863396d9a0cf59bbeee67de4663e85ed3 on pyup-scheduled-update-2021-11-01 into aa894ec59749e520699eb4e69668fe4fd7ab7163 on master.

goessebr commented 2 years ago

Fixed in https://github.com/OnroerendErfgoed/skosprovider_atramhasis/pull/118