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 requirements #336

Merged
merged 1 commit into from
Jun 13, 2024
Merged
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
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
Loading