File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ beautifulsoup4==4.11.2
14
14
# via furo
15
15
certifi == 2022.12.7
16
16
# via requests
17
- charset-normalizer == 3.0.1
17
+ charset-normalizer == 3.1.0
18
18
# via requests
19
19
click == 8.1.3
20
20
# via sphinx-click
@@ -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.4.1
56
+ rpds-py == 0.5.2
57
57
# via referencing
58
58
snowballstemmer == 2.2.0
59
59
# via sphinx
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.4.1 " ,
36
+ " rpds-py>=0.5.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.4.1
26
+ rpds-py==0.5.2
27
27
# via referencing
You can’t perform that action at this time.
0 commit comments