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

Bump urllib3 from 2.2.1 to 2.2.2 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ identify==2.5.35
idna==3.6
# via requests
jafgen==0.4.12
# via -r requirements.in
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
Expand All @@ -30,17 +31,17 @@ numpy==1.26.4
platformdirs==4.2.0
# via virtualenv
pre-commit==3.7.0
# via -r requirements.in
pygments==2.17.2
# via rich
python-dateutil==2.9.0.post0
# via faker
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
# via -r requirements.in
rich==13.7.1
# via typer
setuptools==69.2.0
# via nodeenv
shellingham==1.5.4
# via typer
six==1.16.0
Expand All @@ -49,7 +50,7 @@ typer==0.12.3
# via jafgen
typing-extensions==4.11.0
# via typer
urllib3==2.2.1
urllib3==2.2.2
# via requests
virtualenv==20.25.1
# via pre-commit
Loading