Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sapuri committed May 26, 2024
1 parent ff9b781 commit b5163c6
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 286 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beautifulsoup4 = "==4.12.3"
certifi = "==2024.2.2"
cffi = "==1.16.0"
chardet = "==5.2.0"
cryptography = "==42.0.5"
cryptography = "==42.0.7"
defusedxml = "==0.7.1"
django-appconf = "==1.0.6"
django-bootstrap3 = "==24.2"
Expand All @@ -22,14 +22,14 @@ html5lib = "==1.1"
httplib2 = "==0.22.0"
idna = "==3.7"
importlib-metadata = "==7.1.0"
lxml = "==5.2.1"
lxml = "==5.2.2"
oauth2 = "==1.9.0.post1"
oauthlib = "==3.2.2"
pycparser = "==2.22"
pyparsing = "==3.1.2"
python-dateutil = "==2.9.0.post0"
python3-openid = "==3.2.0"
requests = "==2.31.0"
requests = "==2.32.0"
requests-oauthlib = "==2.0.0"
six = "==1.16.0"
social-auth-app-django = "==5.4.0"
Expand All @@ -41,17 +41,17 @@ urllib3 = "==2.2.1"
webencodings = "==0.5.1"
xerox = "==0.4.1"
zenhan = "==0.5.2"
zipp = "==3.18.1"
zipp = "==3.18.2"
Django = "==4.2.4"
IPy = "==1.1"
PyJWT = "==2.8.0"
uvicorn = "==0.29.0"
django-environ = "==0.10.0"
google-cloud-storage = "==2.16.0"
django-storages = {extras = ["google"], version = "==1.14.2"}
slack-sdk = "==3.27.1"
psycopg = "==3.1.18"
psycopg-binary = "==3.1.18"
django-storages = {extras = ["google"], version = "==1.14.3"}
slack-sdk = "==3.27.2"
psycopg = "==3.1.19"
psycopg-binary = "==3.1.19"

[dev-packages]
autopep8 = "==2.1.0"
Expand Down
Loading

0 comments on commit b5163c6

Please sign in to comment.