Skip to content

Commit

Permalink
Merge pull request #236 from ZdruzenieSTROM/dependencies-bumps
Browse files Browse the repository at this point in the history
Bump package versions
  • Loading branch information
kovacspe authored Nov 11, 2023
2 parents c249fab + 32a35d8 commit 76ed5c0
Show file tree
Hide file tree
Showing 8 changed files with 616 additions and 952 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -32,7 +32,7 @@ jobs:

build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
10 changes: 4 additions & 6 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 All @@ -17,10 +17,8 @@ python-magic = "~=0.4"

[dev-packages]
autopep8 = "*"
django-nose = "*"
django-rest-swagger = "*"
django-typomatic = "*"
pinocchio = "*"
pylint = "*"
pylint-django = "*"
unidecode = "*"
1,216 changes: 557 additions & 659 deletions Pipfile.lock

Large diffs are not rendered by default.

112 changes: 52 additions & 60 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,63 @@
-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
constantly==23.10.4
coreapi==2.3.3
coreschema==0.0.4
dill==0.3.6 ; python_version >= '3.11'
django==3.2.19
django-nose==1.4.7
django-rest-swagger==2.2.0
django-typomatic==2.3.2
djangorestframework==3.14.0
idna==3.4 ; python_version >= '3.5'
isort==5.12.0 ; python_full_version >= '3.8.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'
nose==1.3.7
openapi-codec==1.3.2
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'
cryptography==41.0.5
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
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.54.0
django-allauth==0.58.2
django-filter==2.4.0
django-rest-swagger==2.2.0
django-typomatic==2.4.2
djangorestframework==3.14.0
drf-writable-nested==0.7.0
hyperlink==21.0.0
idna==3.4
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'
isort==5.12.0
itypes==1.2.0
Jinja2==3.1.2
MarkupSafe==2.1.3
mccabe==0.7.0
oauthlib==3.2.2
openapi-codec==1.3.2
Pillow==9.5.0
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
220 changes: 0 additions & 220 deletions user/serializers.py

This file was deleted.

Empty file removed user/tokens.py
Empty file.
Empty file removed user/views.py
Empty file.
Loading

0 comments on commit 76ed5c0

Please sign in to comment.