Skip to content

Commit

Permalink
Bump the minimum rpds version, enabling multi-threaded support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 20, 2023
1 parent 434aa4b commit 877ed6d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

v0.25.0
-------

* Bump the minimum version of ``rpds.py`` used, enabling registries to be used from multiple threads.

v0.24.4
-------

Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==22.2.0
# via referencing
babel==2.12.1
# via sphinx
beautifulsoup4==4.11.2
beautifulsoup4==4.12.0
# via furo
certifi==2022.12.7
# via requests
Expand Down Expand Up @@ -53,7 +53,7 @@ file:.#egg=referencing
# via -r docs/requirements.in
requests==2.28.2
# via sphinx
rpds-py==0.5.2
rpds-py==0.7.0
# via referencing
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -90,7 +90,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
urllib3==1.26.14
urllib3==1.26.15
# via requests
yarl==1.8.2
# via -r docs/requirements.in
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"attrs>=22.2.0",
"rpds-py>=0.5.0",
"rpds-py>=0.7.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ pytest-subtests==0.10.0
# via -r test-requirements.in
file:.#egg=referencing
# via -r test-requirements.in
rpds-py==0.5.2
rpds-py==0.7.0
# via referencing

0 comments on commit 877ed6d

Please sign in to comment.