Skip to content

Commit 1fc3fef

Browse files
committed
Export requirements, dev requirements
1 parent 46e9a6e commit 1fc3fef

File tree

2 files changed

+25
-29
lines changed

2 files changed

+25
-29
lines changed

requirements.dev.txt

+21-23
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,62 @@
11
# This file is @generated by PDM.
22
# Please do not edit it manually.
33

4-
annotated-types==0.5.0
4+
annotated-types==0.6.0
55
anyio==3.7.1
6-
arrow==1.2.3
7-
black==23.9.1
8-
blinker==1.6.2
6+
arrow==1.3.0
7+
black==23.10.1
8+
blinker==1.7.0
99
cachecontrol==0.13.1
1010
certifi==2023.7.22
1111
cfgv==3.4.0
12-
charset-normalizer==3.2.0
12+
charset-normalizer==3.3.2
1313
click==8.1.7
1414
diskcache==5.6.3
1515
distlib==0.3.7
16-
filelock==3.12.4
16+
filelock==3.13.1
1717
findpython==0.4.0
18-
greenlet==2.0.2
1918
h11==0.14.0
2019
httpcore==0.18.0
2120
httpx==0.25.0
22-
identify==2.5.29
21+
identify==2.5.31
2322
idna==3.4
2423
iniconfig==2.0.0
2524
installer==0.7.0
2625
loguru==0.7.2
2726
markdown-it-py==3.0.0
2827
mdurl==0.1.2
29-
msgpack==1.0.5
28+
msgpack==1.0.7
3029
mypy-extensions==1.0.0
3130
nodeenv==1.8.0
32-
packaging==23.1
31+
packaging==23.2
3332
pathspec==0.11.2
34-
pdm==2.9.2
33+
pdm==2.10.0
3534
pdm-bump==0.7.3
3635
pendulum==2.1.2
37-
platformdirs==3.10.0
36+
platformdirs==3.11.0
3837
pluggy==1.3.0
39-
pre-commit==3.4.0
38+
pre-commit==3.5.0
4039
pygments==2.16.1
4140
pyproject-hooks==1.0.0
4241
pyproject-metadata==0.7.1
43-
pytest==7.4.2
42+
pytest==7.4.3
4443
python-dateutil==2.8.2
4544
python-dotenv==1.0.0
4645
pytzdata==2020.1
4746
pyyaml==6.0.1
4847
requests==2.31.0
4948
requests-toolbelt==1.0.0
5049
resolvelib==1.0.1
51-
rich==13.5.3
52-
ruff==0.0.290
50+
rich==13.6.0
51+
ruff==0.1.3
5352
setuptools==68.2.2
54-
shellingham==1.5.3
53+
shellingham==1.5.4
5554
six==1.16.0
5655
sniffio==1.3.0
57-
sqlalchemy==2.0.21
5856
tomli-w==1.0.0
59-
tomlkit==0.12.1
57+
tomlkit==0.12.2
6058
truststore==0.8.0
61-
typing-extensions==4.8.0
62-
unearth==0.11.0
63-
urllib3==2.0.5
64-
virtualenv==20.24.5
59+
types-python-dateutil==2.8.19.14
60+
unearth==0.12.1
61+
urllib3==2.0.7
62+
virtualenv==20.24.6

requirements.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
# Please do not edit it manually.
33

44
anyio==3.7.1
5-
arrow==1.2.3
5+
arrow==1.3.0
66
certifi==2023.7.22
77
diskcache==5.6.3
8-
greenlet==2.0.2
98
h11==0.14.0
109
httpcore==0.18.0
1110
httpx==0.25.0
1211
idna==3.4
1312
loguru==0.7.2
1413
markdown-it-py==3.0.0
1514
mdurl==0.1.2
16-
msgpack==1.0.5
15+
msgpack==1.0.7
1716
pendulum==2.1.2
1817
pygments==2.16.1
1918
python-dateutil==2.8.2
2019
pytzdata==2020.1
21-
rich==13.5.3
20+
rich==13.6.0
2221
six==1.16.0
2322
sniffio==1.3.0
24-
sqlalchemy==2.0.21
25-
typing-extensions==4.8.0
23+
types-python-dateutil==2.8.19.14

0 commit comments

Comments
 (0)