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

Release to master #1231

Merged
merged 5 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @uktrade/great-gov-admins
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ notifications-python-client==9.0.0
boto3==1.24.*
celery[redis]>=5.2.2
certifi==2023.07.22
cryptography==41.0.6
cryptography==42.0.4
deprecated==1.2.*
dj-database-url
drf-spectacular==0.26.1
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ botocore==1.27.96
celery[redis]==5.3.6
# via
# -r requirements.in
# celery
# django-celery-beat
certifi==2023.7.22
# via
Expand All @@ -59,7 +58,7 @@ click-repl==0.3.0
# via celery
cron-descriptor==1.4.3
# via django-celery-beat
cryptography==41.0.6
cryptography==42.0.4
# via
# -r requirements.in
# pyhanko
Expand Down Expand Up @@ -171,6 +170,8 @@ faker==22.6.0
# via factory-boy
future==0.18.3
# via django-json-widget
greenlet==3.0.3
# via sqlalchemy
html5lib==1.1
# via xhtml2pdf
idna==3.6
Expand Down Expand Up @@ -291,7 +292,6 @@ requests[security]==2.31.0
# notifications-python-client
# pyhanko
# pyhanko-certvalidator
# requests
# requests-oauthlib
requests-oauthlib==1.3.1
# via django-staff-sso-client
Expand Down Expand Up @@ -323,9 +323,7 @@ sqlparse==0.4.4
svglib==1.5.1
# via xhtml2pdf
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# django-import-export
# tablib
# via django-import-export
tinycss2==1.2.1
# via
# cssselect2
Expand Down
11 changes: 4 additions & 7 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ botocore==1.27.96
celery[redis]==5.3.6
# via
# -r requirements.in
# celery
# django-celery-beat
certifi==2023.7.22
# via
Expand Down Expand Up @@ -68,12 +67,11 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.4.1
# via
# coverage
# pytest-codecov
# pytest-cov
cron-descriptor==1.4.3
# via django-celery-beat
cryptography==41.0.6
cryptography==42.0.4
# via
# -r requirements.in
# pyhanko
Expand Down Expand Up @@ -195,6 +193,8 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.41
# via -r requirements_test.in
greenlet==3.0.3
# via sqlalchemy
html5lib==1.1
# via xhtml2pdf
idna==3.6
Expand Down Expand Up @@ -361,7 +361,6 @@ requests[security]==2.31.0
# pyhanko
# pyhanko-certvalidator
# pytest-codecov
# requests
# requests-mock
# requests-oauthlib
requests-mock==1.6.0
Expand Down Expand Up @@ -404,9 +403,7 @@ sqlparse==0.4.4
svglib==1.5.1
# via xhtml2pdf
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# django-import-export
# tablib
# via django-import-export
termcolor==2.4.0
# via pytest-sugar
tinycss2==1.2.1
Expand Down