File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
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+
510v0.24.4
611-------
712
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ attrs==22.2.0
1010 # via referencing
1111babel == 2.12.1
1212 # via sphinx
13- beautifulsoup4 == 4.11.2
13+ beautifulsoup4 == 4.12.0
1414 # via furo
1515certifi == 2022.12.7
1616 # via requests
@@ -53,7 +53,7 @@ file:.#egg=referencing
5353 # via -r docs/requirements.in
5454requests == 2.28.2
5555 # via sphinx
56- rpds-py == 0.5.2
56+ rpds-py == 0.7.0
5757 # via referencing
5858snowballstemmer == 2.2.0
5959 # via sphinx
@@ -90,7 +90,7 @@ sphinxcontrib-serializinghtml==1.1.5
9090 # via sphinx
9191sphinxcontrib-spelling == 8.0.0
9292 # via -r docs/requirements.in
93- urllib3 == 1.26.14
93+ urllib3 == 1.26.15
9494 # via requests
9595yarl == 1.8.2
9696 # via -r docs/requirements.in
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ classifiers = [
3333dynamic = [" version" ]
3434dependencies = [
3535 " attrs>=22.2.0" ,
36- " rpds-py>=0.5 .0" ,
36+ " rpds-py>=0.7 .0" ,
3737]
3838
3939[project .urls ]
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ pytest-subtests==0.10.0
2323 # via -r test-requirements.in
2424file:.#egg=referencing
2525 # via -r test-requirements.in
26- rpds-py==0.5.2
26+ rpds-py==0.7.0
2727 # via referencing
You can’t perform that action at this time.
0 commit comments