mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:49:49 -04:00
Bump utils to version 56.0.0
The only impactful change is the major version itself, where I've fixed the breaking changes due to the upgrade of PyPDF2 [^1] and checked there are no deprecation warnings when I run the tests. [^1]: https://github.com/alphagov/notifications-utils/pull/973
This commit is contained in:
@@ -121,7 +121,7 @@ mistune==0.8.4
|
||||
# via notifications-utils
|
||||
notifications-python-client==6.3.0
|
||||
# via -r requirements.in
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.6
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.0
|
||||
# via -r requirements.in
|
||||
openpyxl==3.0.10
|
||||
# via pyexcel-xlsx
|
||||
@@ -160,7 +160,7 @@ pyjwt==2.4.0
|
||||
# via notifications-python-client
|
||||
pyparsing==3.0.9
|
||||
# via packaging
|
||||
pypdf2==1.28.2
|
||||
pypdf2==2.0.0
|
||||
# via notifications-utils
|
||||
pyproj==3.3.1
|
||||
# via
|
||||
@@ -211,6 +211,8 @@ statsd==3.3.0
|
||||
# via notifications-utils
|
||||
texttable==1.6.4
|
||||
# via pyexcel
|
||||
typing-extensions==4.2.0
|
||||
# via pypdf2
|
||||
urllib3==1.26.9
|
||||
# via
|
||||
# botocore
|
||||
|
||||
Reference in New Issue
Block a user