File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ v0.25.0
6
+ -------
7
+
8
+ * Bump the minimum version of ``rpds.py `` used, enabling registries to be used from multiple threads.
9
+
5
10
v0.24.4
6
11
-------
7
12
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ attrs==22.2.0
10
10
# via referencing
11
11
babel == 2.12.1
12
12
# via sphinx
13
- beautifulsoup4 == 4.11.2
13
+ beautifulsoup4 == 4.12.0
14
14
# via furo
15
15
certifi == 2022.12.7
16
16
# via requests
@@ -53,7 +53,7 @@ file:.#egg=referencing
53
53
# via -r docs/requirements.in
54
54
requests == 2.28.2
55
55
# via sphinx
56
- rpds-py == 0.5.2
56
+ rpds-py == 0.7.0
57
57
# via referencing
58
58
snowballstemmer == 2.2.0
59
59
# via sphinx
@@ -90,7 +90,7 @@ sphinxcontrib-serializinghtml==1.1.5
90
90
# via sphinx
91
91
sphinxcontrib-spelling == 8.0.0
92
92
# via -r docs/requirements.in
93
- urllib3 == 1.26.14
93
+ urllib3 == 1.26.15
94
94
# via requests
95
95
yarl == 1.8.2
96
96
# via -r docs/requirements.in
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ classifiers = [
33
33
dynamic = [" version" ]
34
34
dependencies = [
35
35
" attrs>=22.2.0" ,
36
- " rpds-py>=0.5 .0" ,
36
+ " rpds-py>=0.7 .0" ,
37
37
]
38
38
39
39
[project .urls ]
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ pytest-subtests==0.10.0
23
23
# via -r test-requirements.in
24
24
file:.#egg=referencing
25
25
# via -r test-requirements.in
26
- rpds-py==0.5.2
26
+ rpds-py==0.7.0
27
27
# via referencing
You can’t perform that action at this time.
0 commit comments