Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] Refresh pip-compile outputs #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
# pip-compile --no-emit-index-url requirements-dev.in
#
attrs==23.2.0
# via pytest
black==24.1.0
black==24.2.0
# via -r requirements-dev.in
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements.txt
# requests
chardet==3.0.4
charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
click==8.1.7
# via black
idna==2.7
idna==3.6
# via
# -r requirements.txt
# requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via -r requirements.txt
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements.txt
# jinja2
Expand All @@ -40,19 +40,19 @@ packaging==23.2
# pytest
pathspec==0.12.1
# via black
platformdirs==4.1.0
platformdirs==4.2.0
# via black
pluggy==0.13.1
# via pytest
py==1.11.0
# via pytest
pytest==6.0.0
# via -r requirements-dev.in
requests==2.20.0
requests==2.31.0
# via -r requirements.txt
toml==0.10.2
# via pytest
urllib3==1.24.3
urllib3==2.2.0
# via
# -r requirements.txt
# requests
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
# pip-compile --no-emit-index-url requirements.in
#
certifi==2023.11.17
certifi==2024.2.2
# via requests
chardet==3.0.4
charset-normalizer==3.3.2
# via requests
idna==2.7
idna==3.6
# via requests
jinja2==3.1.2
# via -r requirements.in
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
requests==2.20.0
requests==2.31.0
# via -r requirements.in
urllib3==1.24.3
urllib3==2.2.0
# via requests