Skip to content

Commit ae2a854

Browse files
build(deps): update bugfixes
1 parent 1fd7cef commit ae2a854

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ importlib-metadata==6.8.0
2525
iniconfig==2.0.0
2626
jaraco-classes==3.3.1
2727
jeepney==0.8.0
28-
jinja2==3.1.5
28+
jinja2==3.1.6
2929
jsonschema==4.19.2
3030
jsonschema-specifications==2023.7.1
3131
keyring==24.2.0
@@ -45,7 +45,7 @@ pluggy==1.4.0
4545
protobuf==3.20.3
4646
pycodestyle==2.11.1
4747
pycparser==2.22
48-
pydantic==1.10.21
48+
pydantic==1.10.23
4949
pydantic-yaml==0.11.2
5050
pydocstyle==6.3.0
5151
pyfakefs==5.3.5
@@ -65,7 +65,7 @@ pytz==2023.4
6565
pyxdg==0.28
6666
pyyaml==6.0.2
6767
referencing==0.30.2
68-
requests==2.32.3
68+
requests==2.32.5
6969
requests-toolbelt==1.0.0
7070
requests-unixsocket2==0.4.2
7171
responses==0.24.1
@@ -78,9 +78,9 @@ snap-helpers==0.4.2
7878
snowballstemmer==2.2.0
7979
tabulate==0.9.0
8080
tox==4.11.4
81-
types-deprecated==1.2.9.20240311
81+
types-deprecated==1.2.15.20250304
8282
types-python-dateutil==2.8.19.20240311
83-
types-pyyaml==6.0.12.20241230
83+
types-pyyaml==6.0.12.20250822
8484
types-requests==2.31.0.20240406
8585
types-setuptools==69.0.0.20240125
8686
types-tabulate==0.9.0.20241207

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ idna==3.4
1414
importlib-metadata==6.8.0
1515
jaraco-classes==3.3.1
1616
jeepney==0.8.0
17-
jinja2==3.1.5
17+
jinja2==3.1.6
1818
jsonschema==4.19.2
1919
jsonschema-specifications==2023.7.1
2020
keyring==24.2.0
@@ -26,7 +26,7 @@ packaging==23.2
2626
platformdirs==3.11.0
2727
protobuf==3.20.3
2828
pycparser==2.21
29-
pydantic==1.10.21
29+
pydantic==1.10.23
3030
pydantic-yaml==0.11.2
3131
pymacaroons==0.13.0
3232
pynacl==1.5.0
@@ -36,16 +36,16 @@ pytz==2023.4
3636
pyxdg==0.28
3737
pyyaml==6.0.2
3838
referencing==0.30.2
39-
requests==2.32.3
39+
requests==2.32.5
4040
requests-toolbelt==1.0.0
4141
requests-unixsocket2==0.4.2
4242
rpds-py==0.10.6
4343
secretstorage==3.3.3
4444
six==1.16.0
4545
snap-helpers==0.4.2
4646
tabulate==0.9.0
47-
types-deprecated==1.2.9.20240311
48-
types-pyyaml==6.0.12.20241230
47+
types-deprecated==1.2.15.20250304
48+
types-pyyaml==6.0.12.20250822
4949
typing-extensions==4.8.0
5050
urllib3==2.2.3
5151
wrapt==1.15.0

0 commit comments

Comments
 (0)