Skip to content

Commit 8bfaa9b

Browse files
committed
Bump other dependencies
1 parent f5627c1 commit 8bfaa9b

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ install_requirements: install_piptools requirements
5858

5959
.PHONY: requirements
6060
requirements: install_piptools
61-
pip-compile --resolver=backtracking requirements*.in -o requirements-all.txt
62-
pip-compile --resolver=backtracking requirements.in
61+
pip-compile --strip-extras --resolver=backtracking requirements*.in -o requirements-all.txt
62+
pip-compile --strip-extras --resolver=backtracking requirements.in
6363

6464
.PHONY: write_version
6565
write_version:

requirements-dev.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.1.7
2-
idna==3.7
3-
pytest==8.2.2
2+
idna==3.8
3+
pytest==8.3.3
44
pytest-timer==1.0.0
55
pytest-timeout==2.3.1
66
pylint==3.2.7

requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
backoff==2.2.1
22
certifi==2024.8.30
3-
cryptography==42.0.8
3+
cryptography==43.0.1
44
distro==1.9.0
55
httplib2==0.22.0
66
jinja2==3.1.4
77
omegaconf==2.3.0
88
psycopg2-binary==2.9.9
9-
pyyaml==6.0.1
9+
pyyaml==6.0.2
1010
requests==2.32.3
11-
urllib3==2.2.2
11+
urllib3==2.2.3

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --strip-extras requirements.in
66
#
77
antlr4-python3-runtime==4.9.3
88
# via omegaconf
@@ -16,7 +16,7 @@ cffi==1.14.4
1616
# via cryptography
1717
charset-normalizer==2.0.3
1818
# via requests
19-
cryptography==42.0.8
19+
cryptography==43.0.1
2020
# via -r requirements.in
2121
distro==1.9.0
2222
# via -r requirements.in
@@ -36,13 +36,13 @@ pycparser==2.20
3636
# via cffi
3737
pyparsing==2.4.7
3838
# via httplib2
39-
pyyaml==6.0.1
39+
pyyaml==6.0.2
4040
# via
4141
# -r requirements.in
4242
# omegaconf
4343
requests==2.32.3
4444
# via -r requirements.in
45-
urllib3==2.2.2
45+
urllib3==2.2.3
4646
# via
4747
# -r requirements.in
4848
# requests

0 commit comments

Comments
 (0)