Skip to content

Commit 877ed6d

Browse files
committed
Bump the minimum rpds version, enabling multi-threaded support.
1 parent 434aa4b commit 877ed6d

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

docs/changes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
v0.25.0
6+
-------
7+
8+
* Bump the minimum version of ``rpds.py`` used, enabling registries to be used from multiple threads.
9+
510
v0.24.4
611
-------
712

docs/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ attrs==22.2.0
1010
# via referencing
1111
babel==2.12.1
1212
# via sphinx
13-
beautifulsoup4==4.11.2
13+
beautifulsoup4==4.12.0
1414
# via furo
1515
certifi==2022.12.7
1616
# via requests
@@ -53,7 +53,7 @@ file:.#egg=referencing
5353
# via -r docs/requirements.in
5454
requests==2.28.2
5555
# via sphinx
56-
rpds-py==0.5.2
56+
rpds-py==0.7.0
5757
# via referencing
5858
snowballstemmer==2.2.0
5959
# via sphinx
@@ -90,7 +90,7 @@ sphinxcontrib-serializinghtml==1.1.5
9090
# via sphinx
9191
sphinxcontrib-spelling==8.0.0
9292
# via -r docs/requirements.in
93-
urllib3==1.26.14
93+
urllib3==1.26.15
9494
# via requests
9595
yarl==1.8.2
9696
# via -r docs/requirements.in

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dynamic = ["version"]
3434
dependencies = [
3535
"attrs>=22.2.0",
36-
"rpds-py>=0.5.0",
36+
"rpds-py>=0.7.0",
3737
]
3838

3939
[project.urls]

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ pytest-subtests==0.10.0
2323
# via -r test-requirements.in
2424
file:.#egg=referencing
2525
# via -r test-requirements.in
26-
rpds-py==0.5.2
26+
rpds-py==0.7.0
2727
# via referencing

0 commit comments

Comments
 (0)