Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cryptography from 42.0.2 to 42.0.4 #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 9 additions & 51 deletions requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,29 @@
#
# pip-compile --output-file=requirements-production.txt requirements-production.in requirements.in
#
annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via django-markdownify
# via
# bleach
# django-markdownify
caldav==1.3.9
# via -r requirements.in
certifi==2024.2.2
# via
# requests
# sentry-sdk
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.2
# via
# cryptojwt
# django-encrypted-model-fields
cryptojwt==1.8.3
# via simple-openid-connect
cryptography==42.0.4
# via django-encrypted-model-fields
django==5.0.2
# via
# -r requirements.in
# django-auth-ldap
# django-encrypted-model-fields
# django-markdownify
# django-simple-csp
# django-token-bucket
# simple-openid-connect
django-auth-ldap==4.6.0
# via -r requirements-production.in
django-encrypted-model-fields==0.6.5
# via -r requirements.in
django-friendly-tag-loader==1.3.1
Expand All @@ -51,8 +41,6 @@ django-token-bucket==0.2.4
# via -r requirements.in
django-widget-tweaks==1.5.0
# via -r requirements.in
furl==2.1.3
# via simple-openid-connect
icalendar==5.0.11
# via
# -r requirements.in
Expand All @@ -69,29 +57,13 @@ lxml==5.1.0
# via caldav
markdown==3.5.2
# via django-markdownify
orderedmultidict==1.0.1
# via furl
psycopg2-binary==2.9.9
# via -r requirements-production.in
pyasn1==0.5.1
# via
# pyasn1-modules
# python-ldap
pyasn1-modules==0.3.0
# via python-ldap
pycparser==2.21
# via cffi
pydantic==2.6.1
# via simple-openid-connect
pydantic-core==2.16.2
# via pydantic
python-dateutil==2.8.2
# via
# icalendar
# recurring-ical-events
# vobject
python-ldap==3.4.4
# via django-auth-ldap
pytz==2024.1
# via
# -r requirements.in
Expand All @@ -102,35 +74,21 @@ pytz==2024.1
recurring-ical-events==2.1.2
# via caldav
requests==2.31.0
# via
# caldav
# cryptojwt
# simple-openid-connect
sentry-sdk==1.40.2
# via -r requirements-production.in
simple-openid-connect[django]==1.0.0
# via -r requirements-production.in
# via caldav
six==1.16.0
# via
# bleach
# furl
# orderedmultidict
# python-dateutil
sqlparse==0.4.4
# via django
tinycss2==1.2.1
# via bleach
typing-extensions==4.9.0
# via
# asgiref
# pydantic
# pydantic-core
# via asgiref
tzlocal==5.2
# via caldav
urllib3==2.2.0
# via
# requests
# sentry-sdk
# via requests
vobject==0.9.6.1
# via caldav
webencodings==0.5.1
Expand Down