Skip to content

Commit

Permalink
Merge pull request #9 from Uninett/upgrade-python-django
Browse files Browse the repository at this point in the history
Upgrade python/django version
  • Loading branch information
johannaengland authored Apr 25, 2024
2 parents f6a6222 + d52d653 commit 8c39a73
Show file tree
Hide file tree
Showing 9 changed files with 470 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ authors = [{name = "Johanna England", email = "[email protected]"}]
readme = "README.md"
maintainers = [{name = "Johanna England", email = "[email protected]"}]
dependencies = [
"argus-server>=1.11",
"argus-server>=1.15",
"jira>=3.4.1",
"markdownify>=0.11",
]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: System :: Monitoring",
]
dynamic = ["version", "description"]
Expand Down
231 changes: 231 additions & 0 deletions requirements-django42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,231 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements-django42.txt pyproject.toml requirements/django42.txt requirements/forced-upgrade.txt
#
anyio==4.3.0
# via httpx
argus-server==1.16.0
# via argus_ticket_jira (pyproject.toml)
asgiref==3.8.1
# via
# channels
# channels-redis
# daphne
# django
# django-cors-headers
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via
# automat
# jsonschema
# referencing
# service-identity
# twisted
autobahn==23.6.2
# via daphne
automat==22.10.0
# via twisted
beautifulsoup4==4.12.3
# via markdownify
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
cffi==1.16.0
# via cryptography
channels[daphne]==4.1.0
# via
# argus-server
# channels
# channels-redis
channels-redis==4.2.0
# via argus-server
charset-normalizer==3.3.2
# via requests
constantly==23.10.4
# via twisted
cryptography==42.0.5
# via
# autobahn
# pyopenssl
# service-identity
# social-auth-core
daphne==4.1.2
# via channels
defusedxml==0.8.0rc2
# via
# jira
# python3-openid
# social-auth-core
dj-database-url==2.1.0
# via argus-server
django==4.2.11
# via
# -r requirements/django42.txt
# argus-server
# channels
# dj-database-url
# django-cors-headers
# django-filter
# django-phonenumber-field
# djangorestframework
# drf-rw-serializers
# drf-spectacular
# social-auth-app-django
django-cors-headers==4.3.1
# via argus-server
django-filter==24.2
# via argus-server
django-phonenumber-field[phonenumberslite]==7.3.0
# via argus-server
djangorestframework==3.15.1
# via
# argus-server
# drf-spectacular
drf-rw-serializers==1.1.1
# via argus-server
drf-spectacular==0.27.2
# via argus-server
exceptiongroup==1.2.1
# via anyio
factory-boy==3.3.0
# via argus-server
faker==24.11.0
# via factory-boy
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via argus-server
hyperlink==21.0.0
# via
# autobahn
# twisted
idna==3.7
# via
# anyio
# httpx
# hyperlink
# requests
# twisted
incremental==22.10.0
# via twisted
inflection==0.5.1
# via drf-spectacular
jira==3.8.0
# via argus_ticket_jira (pyproject.toml)
jsonschema==4.21.1
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
markdownify==0.12.1
# via argus_ticket_jira (pyproject.toml)
msgpack==1.0.8
# via channels-redis
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
packaging==24.0
# via jira
phonenumberslite==8.13.35
# via django-phonenumber-field
pillow==10.3.0
# via jira
psycopg2==2.9.9
# via argus-server
pyasn1==0.6.0
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.0
# via service-identity
pycparser==2.22
# via cffi
pyjwt==2.8.0
# via social-auth-core
pyopenssl==24.1.0
# via twisted
python-dataporten-auth==2.0.0
# via argus-server
python-dateutil==2.9.0.post0
# via faker
python3-openid==3.2.0
# via social-auth-core
pyyaml==6.0.1
# via drf-spectacular
redis==5.0.4
# via channels-redis
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# jira
# requests-oauthlib
# requests-toolbelt
# social-auth-core
requests-oauthlib==2.0.0
# via
# jira
# social-auth-core
requests-toolbelt==1.0.0
# via jira
rpds-py==0.18.0
# via
# jsonschema
# referencing
service-identity==24.1.0
# via twisted
six==1.16.0
# via
# automat
# markdownify
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
social-auth-app-django==5.4.0
# via argus-server
social-auth-core==4.5.3
# via
# argus-server
# python-dataporten-auth
# social-auth-app-django
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.0
# via django
twisted[tls]==24.3.0
# via
# daphne
# twisted
txaio==23.1.1
# via autobahn
typing-extensions==4.11.0
# via
# anyio
# asgiref
# dj-database-url
# jira
# twisted
uritemplate==4.1.1
# via drf-spectacular
urllib3==2.2.1
# via requests
wheel==0.43.0
# via argus-server
whitenoise==6.6.0
# via argus-server
zope-interface==6.3
# via twisted

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 8c39a73

Please sign in to comment.