Skip to content

Commit a06601c

Browse files
build(deps): update bugfixes
1 parent 3d2fbed commit a06601c

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.24
4949
pydantic-yaml==0.11.2
5050
pydocstyle==6.3.0
5151
pyfakefs==5.3.5
@@ -63,9 +63,9 @@ pytest-subprocess==1.5.3
6363
python-dateutil==2.8.2
6464
pytz==2023.4
6565
pyxdg==0.28
66-
pyyaml==6.0.2
66+
pyyaml==6.0.3
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
@@ -80,7 +80,7 @@ tabulate==0.9.0
8080
tox==4.11.4
8181
types-deprecated==1.2.9.20240311
8282
types-python-dateutil==2.8.19.20240311
83-
types-pyyaml==6.0.12.20241230
83+
types-pyyaml==6.0.12.20250915
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,17 +26,17 @@ 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.24
3030
pydantic-yaml==0.11.2
3131
pymacaroons==0.13.0
3232
pynacl==1.5.0
3333
pyrfc3339==1.1
3434
python-dateutil==2.8.2
3535
pytz==2023.4
3636
pyxdg==0.28
37-
pyyaml==6.0.2
37+
pyyaml==6.0.3
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
@@ -45,7 +45,7 @@ six==1.16.0
4545
snap-helpers==0.4.2
4646
tabulate==0.9.0
4747
types-deprecated==1.2.9.20240311
48-
types-pyyaml==6.0.12.20241230
48+
types-pyyaml==6.0.12.20250915
4949
typing-extensions==4.8.0
5050
urllib3==2.2.3
5151
wrapt==1.15.0

0 commit comments

Comments
 (0)