Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Jan 13, 2024
1 parent 4ac9c2c commit e0b0c53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ typing-extensions==4.7.1
# via dj-database-url
tzlocal==5.0.1
# via apscheduler
urllib3==1.26.16
urllib3==1.26.18
# via
# pyppeteer
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fake-useragent==1.2.1
# requests-html
gitdb==4.0.10
# via gitpython
gitpython==3.1.36
gitpython==3.1.41
# via bandit
idna==3.4
# via
Expand Down Expand Up @@ -211,7 +211,7 @@ tzlocal==5.0.1
# -c requirements/base.txt
# -r requirements/base.txt
# apscheduler
urllib3==1.26.16
urllib3==1.26.18
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ gitdb==4.0.10
# -c requirements/ci.txt
# -r requirements/ci.txt
# gitpython
gitpython==3.1.36
gitpython==3.1.41
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand All @@ -125,7 +125,7 @@ iniconfig==2.0.0
# pytest
isort==5.12.0
# via -r requirements/dev.in
jinja2==3.1.2
jinja2==3.1.3
# via pytype
langdetect==1.0.9
# via
Expand Down Expand Up @@ -341,7 +341,7 @@ tzlocal==5.0.1
# -c requirements/ci.txt
# -r requirements/ci.txt
# apscheduler
urllib3==1.26.16
urllib3==1.26.18
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit e0b0c53

Please sign in to comment.