Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Dec 1, 2024
1 parent b96551f commit ccca53e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.11
94 changes: 50 additions & 44 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,57 @@
#
# pip-compile --output-file=requirements.txt
#
aiofiles==0.8.0
aiofiles==24.1.0
# via asyncpraw
aiohttp==3.9.5
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.8
# via
# asyncpraw
# asyncprawcore
aiosignal==1.3.1
# via aiohttp
aiosqlite==0.17.0
# via asyncpraw
asyncpraw==7.7.1
asyncpraw==7.8.0
# via -r requirements.in
asyncprawcore==2.4.0
# via asyncpraw
attrs==23.2.0
attrs==24.2.0
# via aiohttp
black==24.4.2
black==24.10.0
# via -r requirements.in
build==1.2.1
build==1.2.2.post1
# via pip-tools
cachetools==5.3.3
cachetools==5.5.0
# via google-auth
certifi==2024.2.2
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# black
# pip-tools
colorlog==6.8.2
colorlog==6.9.0
# via -r requirements.in
distlib==0.3.8
distlib==0.3.9
# via virtualenv
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
filelock==3.14.0
filelock==3.16.1
# via virtualenv
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
google-api-core==2.19.0
google-api-core==2.23.0
# via google-api-python-client
google-api-python-client==2.130.0
google-api-python-client==2.154.0
# via -r requirements.in
google-auth==2.29.0
google-auth==2.36.0
# via
# google-api-core
# google-api-python-client
Expand All @@ -62,76 +64,80 @@ google-auth-httplib2==0.2.0
# via
# -r requirements.in
# google-api-python-client
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.2.1
# via -r requirements.in
googleapis-common-protos==1.63.0
googleapis-common-protos==1.66.0
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
identify==2.5.36
identify==2.6.3
# via pre-commit
idna==3.7
idna==3.10
# via
# requests
# yarl
motor==3.4.0
motor==3.6.0
# via -r requirements.in
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
mypy==1.10.0
mypy==1.13.0
# via -r requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
oauthlib==3.2.2
# via requests-oauthlib
packaging==24.0
packaging==24.2
# via
# black
# build
pathspec==0.12.1
# via black
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.2.2
platformdirs==4.3.6
# via
# black
# virtualenv
pre-commit==3.7.1
pre-commit==4.0.1
# via -r requirements.in
proto-plus==1.23.0
propcache==0.2.1
# via
# aiohttp
# yarl
proto-plus==1.25.0
# via google-api-core
protobuf==4.25.3
protobuf==5.29.0
# via
# google-api-core
# googleapis-common-protos
# proto-plus
pyasn1==0.6.0
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via google-auth
pymongo==4.7.2
pymongo==4.9.2
# via motor
pyparsing==3.1.2
pyparsing==3.2.0
# via httplib2
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
python-dotenv==1.0.1
# via -r requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
requests==2.32.2
requests==2.32.3
# via
# google-api-core
# requests-oauthlib
Expand All @@ -140,13 +146,13 @@ requests-oauthlib==2.0.0
# via google-auth-oauthlib
rsa==4.9
# via google-auth
types-aiofiles==23.2.0.20240403
types-aiofiles==24.1.0.20240626
# via -r requirements.in
types-pyyaml==6.0.12.20240311
types-pyyaml==6.0.12.20240917
# via -r requirements.in
types-ujson==5.10.0.20240515
# via -r requirements.in
typing-extensions==4.12.0
typing-extensions==4.12.2
# via
# aiosqlite
# mypy
Expand All @@ -156,13 +162,13 @@ update-checker==0.18.0
# via asyncpraw
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.1
urllib3==2.2.3
# via requests
virtualenv==20.26.2
virtualenv==20.28.0
# via pre-commit
wheel==0.43.0
wheel==0.45.1
# via pip-tools
yarl==1.9.4
yarl==1.18.3
# via
# aiohttp
# asyncprawcore
Expand Down

0 comments on commit ccca53e

Please sign in to comment.