File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ install_requirements: install_piptools requirements
5858
5959.PHONY : requirements
6060requirements : 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
6565write_version :
Original file line number Diff line number Diff line change 11click==8.1.7
2- idna==3.7
3- pytest==8.2.2
2+ idna==3.8
3+ pytest==8.3.3
44pytest-timer==1.0.0
55pytest-timeout==2.3.1
66pylint==3.2.7
Original file line number Diff line number Diff line change 11backoff==2.2.1
22certifi==2024.8.30
3- cryptography==42 .0.8
3+ cryptography==43 .0.1
44distro==1.9.0
55httplib2==0.22.0
66jinja2==3.1.4
77omegaconf==2.3.0
88psycopg2-binary==2.9.9
9- pyyaml==6.0.1
9+ pyyaml==6.0.2
1010requests==2.32.3
11- urllib3==2.2.2
11+ urllib3==2.2.3
Original file line number Diff line number Diff line change 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#
77antlr4-python3-runtime == 4.9.3
88 # via omegaconf
@@ -16,7 +16,7 @@ cffi==1.14.4
1616 # via cryptography
1717charset-normalizer == 2.0.3
1818 # via requests
19- cryptography == 42 .0.8
19+ cryptography == 43 .0.1
2020 # via -r requirements.in
2121distro == 1.9.0
2222 # via -r requirements.in
@@ -36,13 +36,13 @@ pycparser==2.20
3636 # via cffi
3737pyparsing == 2.4.7
3838 # via httplib2
39- pyyaml == 6.0.1
39+ pyyaml == 6.0.2
4040 # via
4141 # -r requirements.in
4242 # omegaconf
4343requests == 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
You can’t perform that action at this time.
0 commit comments