Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Sep 19, 2023
1 parent ffb33ce commit a6efb8c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 58 deletions.
61 changes: 29 additions & 32 deletions requirements-production.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements-production.txt requirements-production.in requirements.in
#
asgiref==3.5.2
asgiref==3.7.2
# via django
bleach[css]==5.0.1
bleach[css]==6.0.0
# via django-markdownify
caldav==0.11.0
caldav==1.3.6
# via -r requirements.in
certifi==2022.12.7
certifi==2023.7.22
# via
# requests
# sentry-sdk
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
cryptography==38.0.4
cryptography==41.0.3
# via django-encrypted-model-fields
django==4.0.8
django==4.0.10
# via
# -r requirements.in
# django-auth-ldap
# django-encrypted-model-fields
# django-markdownify
# django-simple-csp
# django-token-bucket
django-auth-ldap==4.1.0
django-auth-ldap==4.5.0
# via -r requirements-production.in
django-encrypted-model-fields==0.6.5
# via -r requirements.in
django-friendly-tag-loader==1.3.1
# via -r requirements.in
django-markdownify==0.9.2
django-markdownify==0.9.3
# via -r requirements.in
django-pipeline==2.0.8
django-pipeline==2.1.0
# via -r requirements.in
django-simple-csp==0.3.dev1
# via -r requirements.in
django-token-bucket==0.2.4
# via -r requirements.in
django-widget-tweaks==1.4.12
django-widget-tweaks==1.5.0
# via -r requirements.in
icalendar==5.0.3
icalendar==5.0.8
# via
# -r requirements.in
# caldav
Expand All @@ -56,17 +56,17 @@ libsass==0.22.0
# via libsasscompiler
libsasscompiler==0.1.9
# via -r requirements.in
lxml==4.9.2
lxml==4.9.3
# via caldav
markdown==3.4.1
markdown==3.4.4
# via django-markdownify
psycopg2-binary==2.9.5
psycopg2-binary==2.9.7
# via -r requirements-production.in
pyasn1==0.4.8
pyasn1==0.5.0
# via
# pyasn1-modules
# python-ldap
pyasn1-modules==0.2.8
pyasn1-modules==0.3.0
# via python-ldap
pycparser==2.21
# via cffi
Expand All @@ -77,39 +77,36 @@ python-dateutil==2.8.2
# vobject
python-ldap==3.4.3
# via django-auth-ldap
pytz==2022.6
pytz==2023.3.post1
# via
# -r requirements.in
# caldav
# icalendar
# recurring-ical-events
# x-wr-timezone
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
recurring-ical-events==1.1.0b0
recurring-ical-events==2.0.2
# via caldav
requests==2.28.1
requests==2.31.0
# via caldav
sentry-sdk==1.11.1
sentry-sdk==1.31.0
# via -r requirements-production.in
six==1.16.0
# via
# bleach
# caldav
# python-dateutil
sqlparse==0.4.3
sqlparse==0.4.4
# via django
tinycss2==1.1.1
# via bleach
tzdata==2022.7
# via pytz-deprecation-shim
tzlocal==4.2
typing-extensions==4.8.0
# via asgiref
tzlocal==5.0.1
# via caldav
urllib3==1.26.13
urllib3==2.0.4
# via
# requests
# sentry-sdk
uwsgi==2.0.21
uwsgi==2.0.22
# via -r requirements-production.in
vobject==0.9.6.1
# via caldav
Expand Down
49 changes: 23 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.5.2
asgiref==3.7.2
# via django
bleach[css]==5.0.1
bleach[css]==6.0.0
# via django-markdownify
caldav==0.11.0
caldav==1.3.6
# via -r requirements.in
certifi==2022.12.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
cryptography==38.0.4
cryptography==41.0.3
# via django-encrypted-model-fields
django==4.0.8
django==4.0.10
# via
# -r requirements.in
# django-encrypted-model-fields
Expand All @@ -29,17 +29,17 @@ django-encrypted-model-fields==0.6.5
# via -r requirements.in
django-friendly-tag-loader==1.3.1
# via -r requirements.in
django-markdownify==0.9.2
django-markdownify==0.9.3
# via -r requirements.in
django-pipeline==2.0.8
django-pipeline==2.1.0
# via -r requirements.in
django-simple-csp==0.3.dev1
# via -r requirements.in
django-token-bucket==0.2.4
# via -r requirements.in
django-widget-tweaks==1.4.12
django-widget-tweaks==1.5.0
# via -r requirements.in
icalendar==5.0.3
icalendar==5.0.8
# via
# -r requirements.in
# caldav
Expand All @@ -51,9 +51,9 @@ libsass==0.22.0
# via libsasscompiler
libsasscompiler==0.1.9
# via -r requirements.in
lxml==4.9.2
lxml==4.9.3
# via caldav
markdown==3.4.1
markdown==3.4.4
# via django-markdownify
pycparser==2.21
# via cffi
Expand All @@ -62,33 +62,30 @@ python-dateutil==2.8.2
# icalendar
# recurring-ical-events
# vobject
pytz==2022.6
pytz==2023.3.post1
# via
# -r requirements.in
# caldav
# icalendar
# recurring-ical-events
# x-wr-timezone
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
recurring-ical-events==1.1.0b0
recurring-ical-events==2.0.2
# via caldav
requests==2.28.1
requests==2.31.0
# via caldav
six==1.16.0
# via
# bleach
# caldav
# python-dateutil
sqlparse==0.4.3
sqlparse==0.4.4
# via django
tinycss2==1.1.1
# via bleach
tzdata==2022.7
# via pytz-deprecation-shim
tzlocal==4.2
typing-extensions==4.8.0
# via asgiref
tzlocal==5.0.1
# via caldav
urllib3==1.26.13
urllib3==2.0.4
# via requests
vobject==0.9.6.1
# via caldav
Expand Down

0 comments on commit a6efb8c

Please sign in to comment.