Skip to content

Commit ea7812d

Browse files
author
Martin Mihálik
committed
Making dependabot happy
1 parent ef6ac62 commit ea7812d

File tree

3 files changed

+83
-68
lines changed

3 files changed

+83
-68
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"[python]": {
33
"editor.codeActionsOnSave": {
4-
"source.organizeImports": true,
4+
"source.organizeImports": "explicit"
55
},
66
"editor.defaultFormatter": "ms-python.autopep8",
77
"editor.formatOnSave": true,

Pipfile.lock

Lines changed: 74 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ attrs==23.1.0
44
autobahn==23.6.2
55
Automat==22.10.0
66
autopep8==2.0.4
7-
certifi==2023.7.22
7+
certifi==2023.11.17
88
cffi==1.16.0
99
charset-normalizer==3.3.2
1010
constantly==23.10.4
1111
coreapi==2.3.3
1212
coreschema==0.0.4
13-
cryptography==41.0.5
13+
cryptography==41.0.7
1414
daphne==4.0.0
1515
defusedxml==0.7.1
1616
dill==0.3.7
17-
dj-rest-auth==5.0.1
17+
dj-rest-auth==5.0.2
1818
Django==3.2.23
1919
django-admin-list-filter-dropdown==1.0.3
2020
django-allauth==0.58.2
@@ -24,7 +24,7 @@ django-typomatic==2.4.2
2424
djangorestframework==3.14.0
2525
drf-writable-nested==0.7.0
2626
hyperlink==21.0.0
27-
idna==3.4
27+
idna==3.6
2828
incremental==22.10.0
2929
isort==5.12.0
3030
itypes==1.2.0
@@ -34,8 +34,8 @@ mccabe==0.7.0
3434
oauthlib==3.2.2
3535
openapi-codec==1.3.2
3636
Pillow==10.1.0
37-
platformdirs==4.0.0
38-
pyasn1==0.5.0
37+
platformdirs==4.1.0
38+
pyasn1==0.5.1
3939
pyasn1-modules==0.3.0
4040
pycodestyle==2.11.1
4141
pycparser==2.21
@@ -53,11 +53,11 @@ service-identity==23.1.0
5353
simplejson==3.19.2
5454
six==1.16.0
5555
sqlparse==0.4.4
56-
tomlkit==0.12.2
56+
tomlkit==0.12.3
5757
Twisted==23.10.0
5858
txaio==23.1.1
5959
typing_extensions==4.8.0
6060
Unidecode==1.3.7
6161
uritemplate==4.1.1
62-
urllib3==2.0.7
62+
urllib3==2.1.0
6363
zope.interface==6.1

0 commit comments

Comments
 (0)