Skip to content

Commit

Permalink
Making dependabot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mihálik committed Dec 8, 2023
1 parent ef6ac62 commit ea7812d
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true,
Expand Down
133 changes: 74 additions & 59 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ attrs==23.1.0
autobahn==23.6.2
Automat==22.10.0
autopep8==2.0.4
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
constantly==23.10.4
coreapi==2.3.3
coreschema==0.0.4
cryptography==41.0.5
cryptography==41.0.7
daphne==4.0.0
defusedxml==0.7.1
dill==0.3.7
dj-rest-auth==5.0.1
dj-rest-auth==5.0.2
Django==3.2.23
django-admin-list-filter-dropdown==1.0.3
django-allauth==0.58.2
Expand All @@ -24,7 +24,7 @@ django-typomatic==2.4.2
djangorestframework==3.14.0
drf-writable-nested==0.7.0
hyperlink==21.0.0
idna==3.4
idna==3.6
incremental==22.10.0
isort==5.12.0
itypes==1.2.0
Expand All @@ -34,8 +34,8 @@ mccabe==0.7.0
oauthlib==3.2.2
openapi-codec==1.3.2
Pillow==10.1.0
platformdirs==4.0.0
pyasn1==0.5.0
platformdirs==4.1.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycodestyle==2.11.1
pycparser==2.21
Expand All @@ -53,11 +53,11 @@ service-identity==23.1.0
simplejson==3.19.2
six==1.16.0
sqlparse==0.4.4
tomlkit==0.12.2
tomlkit==0.12.3
Twisted==23.10.0
txaio==23.1.1
typing_extensions==4.8.0
Unidecode==1.3.7
uritemplate==4.1.1
urllib3==2.0.7
urllib3==2.1.0
zope.interface==6.1

0 comments on commit ea7812d

Please sign in to comment.