Skip to content

Commit

Permalink
Merge pull request #336 from knatten/bump
Browse files Browse the repository at this point in the history
Bump requirements
  • Loading branch information
knatten authored Jun 13, 2024
2 parents 24ba527 + 41ee07a commit bec99fc
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,65 @@
#
# pip-compile requirements.in
#
asgiref==3.7.2
asgiref==3.8.1
# via django
autopep8==2.0.4
autopep8==2.2.0
# via -r requirements.in
build==1.0.3
build==1.2.1
# via pip-tools
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
cssselect==1.2.0
# via splinter
django==4.2.10
django==4.2.13
# via
# -r requirements.in
# splinter
idna==3.6
idna==3.7
# via requests
lxml==5.1.0
lxml==5.2.2
# via splinter
markdown==3.5.2
markdown==3.6
# via -r requirements.in
mock==5.1.0
# via -r requirements.in
oauthlib==3.2.2
# via
# requests-oauthlib
# tweepy
packaging==23.2
packaging==24.1
# via build
parameterized==0.9.0
# via -r requirements.in
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements.in
pycodestyle==2.11.1
# via autopep8
pyproject-hooks==1.0.0
# via build
requests==2.31.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
requests==2.32.3
# via
# requests-oauthlib
# tweepy
requests-oauthlib==1.3.1
# via tweepy
splinter[django]==0.21.0
# via -r requirements.in
sqlparse==0.4.4
sqlparse==0.5.0
# via django
tweepy==4.14.0
# via -r requirements.in
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# splinter
wheel==0.42.0
wheel==0.43.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit bec99fc

Please sign in to comment.