Skip to content

Commit 792db90

Browse files
committed
Update requirements
Update Django 4.1.2 → 4.1.3
1 parent e612ff9 commit 792db90

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

mapsapp/tests/test_smoketest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from selenium.webdriver.firefox.options import Options
1212
from selenium.webdriver.firefox.webdriver import WebDriver
1313

14-
import imagestorage
14+
from aoe2map import imagestorage
1515
from aoe2map.urls import urlpatterns as base_patterns
1616
from mapsapp.models import VersionTag
1717

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ appdirs==1.4.4
33
asgiref==3.5.2
44
asn1crypto==1.5.1
55
azure-common==1.1.28
6-
azure-core==1.26.0
7-
azure-storage-blob==12.13.1
6+
azure-core==1.26.1
7+
azure-storage-blob==12.14.1
88
azure-storage-common==2.1.0
99
CacheControl==0.12.11
1010
certifi==2022.9.24
1111
cffi==1.15.1
12-
chardet==5.0.0
13-
charset-normalizer==2.0.12
12+
chardet==5.1.0
13+
charset-normalizer==2.1.1
1414
click==8.1.3
15-
colorama==0.4.5
15+
colorama==0.4.6
1616
contextlib2==21.6.0
17-
cryptography==38.0.1
17+
cryptography==38.0.4
1818
distlib==0.3.6
19-
distro==1.7.0
20-
Django==4.1.2
19+
distro==1.8.0
20+
Django==4.1.3
2121
django-storages==1.13.1
2222
django-widget-tweaks==1.4.12
2323
html5lib==1.1
@@ -28,25 +28,25 @@ lockfile==0.12.2
2828
msgpack==1.0.4
2929
msrest==0.7.1
3030
msrestazure==0.6.4
31-
oauthlib==3.2.1
31+
oauthlib==3.2.2
3232
packaging==21.3
3333
pep517==0.13.0
34-
Pillow==9.2.0
34+
Pillow==9.3.0
3535
progress==1.6
3636
pycparser==2.21
37-
PyJWT==2.5.0
37+
PyJWT==2.6.0
3838
pyparsing==3.0.9
3939
python-dateutil==2.8.2
4040
pytoml==0.1.21
41-
pytz==2022.4
41+
pytz==2022.6
4242
requests==2.28.1
4343
requests-oauthlib==1.3.1
44-
retrying==1.3.3
44+
retrying==1.3.4
4545
six==1.16.0
4646
sqlparse==0.4.3
4747
toml==0.10.2
4848
tomli==2.0.1
4949
typing_extensions==4.4.0
50-
urllib3==1.26.12
50+
urllib3==1.26.13
5151
uuid==1.30
5252
webencodings==0.5.1

0 commit comments

Comments
 (0)