Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Update Django 4.1.2 → 4.1.3
  • Loading branch information
HSZemi committed Dec 4, 2022
1 parent e612ff9 commit 792db90
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mapsapp/tests/test_smoketest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from selenium.webdriver.firefox.options import Options
from selenium.webdriver.firefox.webdriver import WebDriver

import imagestorage
from aoe2map import imagestorage
from aoe2map.urls import urlpatterns as base_patterns
from mapsapp.models import VersionTag

Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ appdirs==1.4.4
asgiref==3.5.2
asn1crypto==1.5.1
azure-common==1.1.28
azure-core==1.26.0
azure-storage-blob==12.13.1
azure-core==1.26.1
azure-storage-blob==12.14.1
azure-storage-common==2.1.0
CacheControl==0.12.11
certifi==2022.9.24
cffi==1.15.1
chardet==5.0.0
charset-normalizer==2.0.12
chardet==5.1.0
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.5
colorama==0.4.6
contextlib2==21.6.0
cryptography==38.0.1
cryptography==38.0.4
distlib==0.3.6
distro==1.7.0
Django==4.1.2
distro==1.8.0
Django==4.1.3
django-storages==1.13.1
django-widget-tweaks==1.4.12
html5lib==1.1
Expand All @@ -28,25 +28,25 @@ lockfile==0.12.2
msgpack==1.0.4
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.1
oauthlib==3.2.2
packaging==21.3
pep517==0.13.0
Pillow==9.2.0
Pillow==9.3.0
progress==1.6
pycparser==2.21
PyJWT==2.5.0
PyJWT==2.6.0
pyparsing==3.0.9
python-dateutil==2.8.2
pytoml==0.1.21
pytz==2022.4
pytz==2022.6
requests==2.28.1
requests-oauthlib==1.3.1
retrying==1.3.3
retrying==1.3.4
six==1.16.0
sqlparse==0.4.3
toml==0.10.2
tomli==2.0.1
typing_extensions==4.4.0
urllib3==1.26.12
urllib3==1.26.13
uuid==1.30
webencodings==0.5.1

0 comments on commit 792db90

Please sign in to comment.