Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mihálik committed Nov 11, 2023
1 parent dca3b43 commit ba06b58
Show file tree
Hide file tree
Showing 7 changed files with 617 additions and 913 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ verify_ssl = true
name = "pypi"

[packages]
daphne = "*"
dj-rest-auth = "~=2.2"
django = "~=3.1"
daphne = "~=4.0"
dj-rest-auth = "~=5.0"
django = "~=3.2"
django-admin-list-filter-dropdown = "~=1.0"
django-allauth = "~=0.43"
django-allauth = "~=0.58"
django-filter = "~=2.4"
djangorestframework = "~=3.12"
drf-writable-nested = "~=0.6"
Expand Down
1,184 changes: 557 additions & 627 deletions Pipfile.lock

Large diffs are not rendered by default.

114 changes: 55 additions & 59 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,67 @@
-i https://pypi.python.org/simple
asgiref==3.7.1 ; python_version >= '3.7'
astroid==2.15.5 ; python_full_version >= '3.7.2'
autopep8==2.0.2
certifi==2023.5.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
colorama==0.4.6 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
asgiref==3.7.2
astroid==3.0.1
attrs==23.1.0
autobahn==23.6.2
Automat==22.10.0
autopep8==2.0.4
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.2
colorama==0.4.6
constantly==23.10.4
coreapi==2.3.3
coreschema==0.0.4
dill==0.3.6 ; python_version >= '3.11'
django==3.2.19
cryptography==41.0.5
daphne==4.0.0
defusedxml==0.7.1
dill==0.3.7
dj-rest-auth==5.0.1
Django==3.2.23
django-admin-list-filter-dropdown==1.0.3
django-allauth==0.58.2
django-filter==2.4.0
django-nose==1.4.7
django-rest-swagger==2.2.0
django-typomatic==2.3.2
django-typomatic==2.4.2
djangorestframework==3.14.0
idna==3.4 ; python_version >= '3.5'
isort==5.12.0 ; python_full_version >= '3.8.0'
drf-writable-nested==0.7.0
hyperlink==21.0.0
idna==3.4
incremental==22.10.0
isort==5.12.0
itypes==1.2.0
jinja2==3.1.2 ; python_version >= '3.7'
lazy-object-proxy==1.9.0 ; python_version >= '3.7'
markupsafe==2.1.2 ; python_version >= '3.7'
mccabe==0.7.0 ; python_version >= '3.6'
Jinja2==3.1.2
MarkupSafe==2.1.3
mccabe==0.7.0
nose==1.3.7
oauthlib==3.2.2
openapi-codec==1.3.2
Pillow==9.5.0
pinocchio==0.4.3
platformdirs==3.5.1 ; python_version >= '3.7'
pycodestyle==2.10.0 ; python_version >= '3.6'
pylint==2.17.4
pylint-django==2.5.3
pylint-plugin-utils==0.8.2 ; python_version >= '3.7' and python_version < '4.0'
pytz==2023.3
requests==2.31.0 ; python_version >= '3.7'
simplejson==3.19.1 ; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4 ; python_version >= '3.5'
tomlkit==0.11.8 ; python_version >= '3.7'
unidecode==1.3.6
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==2.0.2 ; python_version >= '3.7'
wrapt==1.15.0 ; python_version >= '3.11'
attrs==23.1.0 ; python_version >= '3.7'
autobahn==23.1.2 ; python_version >= '3.7'
automat==22.10.0
cffi==1.15.1
constantly==15.1.0
cryptography==40.0.2 ; python_version >= '3.6'
daphne==4.0.0
defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dj-rest-auth==2.2.8
django-admin-list-filter-dropdown==1.0.3
django-allauth==0.54.0
django-filter==2.4.0
drf-writable-nested==0.7.0
hyperlink==21.0.0
incremental==22.10.0
oauthlib==3.2.2 ; python_version >= '3.6'
pillow==9.5.0
pyasn1==0.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pyasn1-modules==0.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
platformdirs==4.0.0
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycodestyle==2.11.1
pycparser==2.21
pyjwt[crypto]==2.7.0 ; python_version >= '3.7'
pyopenssl==23.1.1
PyJWT==2.8.0
pylint==3.0.2
pylint-django==2.5.5
pylint-plugin-utils==0.8.2
pyOpenSSL==23.3.0
python-magic==0.4.27
python3-openid==3.2.0
requests-oauthlib==1.3.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
service-identity==21.1.0
setuptools==67.8.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
twisted[tls]==22.10.0 ; python_full_version >= '3.7.1'
txaio==23.1.1 ; python_version >= '3.7'
typing-extensions==4.6.2 ; python_version >= '3.7'
zope.interface==6.0 ; python_version >= '3.7'
pytz==2023.3.post1
requests==2.31.0
requests-oauthlib==1.3.1
service-identity==23.1.0
simplejson==3.19.2
six==1.16.0
sqlparse==0.4.4
tomlkit==0.12.2
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
zope.interface==6.1
223 changes: 0 additions & 223 deletions user/serializers.py

This file was deleted.

Empty file removed user/tokens.py
Empty file.
Empty file removed user/views.py
Empty file.
1 change: 1 addition & 0 deletions webstrom/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.contrib.sites.middleware.CurrentSiteMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

ROOT_URLCONF = 'webstrom.urls'
Expand Down

0 comments on commit ba06b58

Please sign in to comment.