Kenneth Kehl
be4b1d558d
merge from main
2024-05-24 08:59:03 -07:00
Kenneth Kehl
f939687283
merge
2024-05-24 08:58:47 -07:00
Carlo Costino
fe836f2d3d
Updated several other dependencies
...
This includes requests to take care of a Dependabot security alert.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-24 10:22:59 -04:00
Carlo Costino
210e8b5a33
This changeset updates our pre-commit hooks to help check for things in our code before we commit anything, such as code format and structure as well as sensitive information and credentials.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-20 12:04:25 -04:00
Carlo Costino
6ce5856f3b
Add missing dependencies
...
The merging of notifications_utils to this repo does not deploy because of missing dependencies. This changeset adds them back in directly.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-17 18:13:09 -04:00
Kenneth Kehl
dcfc78d805
some fixes
2024-05-16 15:13:45 -07:00
Carlo Costino
9a83ba7475
Localize notification_utils to the admin
...
This changeset pulls in all of the notification_utils code directly into the admin and removes it as an external dependency. We are doing this to cut down on operational maintenance of the project and will begin removing parts of it no longer needed for the admin.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-16 10:37:37 -04:00
Carlo Costino
d484c3636b
Update dependencies (05/14/2024)
...
This changeset updates several dependencies flagged by Dependabot that we cannot merge directly due to the E2E test issue.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-14 15:42:08 -04:00
Carlo Costino
37c57cb75e
Merge pull request #1512 from GSA/notify-admin-1459
...
Refactor the remaining pieces of the sign-in process
2024-05-08 20:26:14 -04:00
Carlo Costino
39b0a4ff52
Update several dependencies from Dependabot
...
This changeset updates a few dependencies that Dependabot flagged for updates. We cannot merge the Dependabot PRs at the moment due to E2E test compatability issues.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-07 09:56:34 -04:00
Kenneth Kehl
0b30c9a83f
merge from main
2024-05-06 12:15:57 -07:00
Kenneth Kehl
9ecbfb7e05
notify-admin-1459
2024-05-06 10:43:01 -07:00
Carlo Costino
5fe35b4497
Updating several dependencies related to Flask upgrade
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-06 13:02:02 -04:00
Carlo Costino
5dc23947e2
Updated utils to 0.5.1 release in prep for Flask upgrade
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-29 15:44:33 -04:00
Carlo Costino
4b37d81c16
Merge branch 'main' into notify-admin-flask
2024-04-29 15:43:12 -04:00
samathad2023
2bcad264b8
urllib3 update
2024-04-24 12:11:33 -07:00
Kenneth Kehl
f7fe270171
fix service invites
2024-04-24 11:20:17 -07:00
Carlo Costino
dd0070209e
Update exceptiongroup and newrelic packages
...
This changeset updates the exceptiongroup and newrelic packages due to the Dependabot E2E test failures
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-19 14:43:51 -04:00
Kenneth Kehl
7ed7b4e1f4
fix service invites
2024-04-18 14:01:33 -07:00
Carlo Costino
2484ea08df
Update gunicorn to latest release
...
This changeset updates the gunicorn dependency to the latest release to address a recent CVE. It also updates the its-dangerous package.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-17 18:05:19 -04:00
Jonathan Bobel
2c4a694815
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1269-content-update-for-login-gov-settings
2024-04-17 10:43:02 -04:00
Kenneth Kehl
80fb024827
merge from main
2024-04-16 13:08:06 -07:00
Jonathan Bobel
b6ed2deac2
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1423-Sign-in-content-changes-for-login-gov
2024-04-16 12:43:58 -04:00
Carlo Costino
0044beaeed
Updated dependencies and ignore gunicorn audit flag
...
This changeset updates a couple of dependencies, including our Python dependency audit check, and specifically ignores a gunicorn audit flag that appeared on 4/16/2024.
As soon as there is an update available for gunicorn that addresses the issue we will remove the flag to ignore the vulnerability report and update the dependency.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-16 11:46:57 -04:00
Jonathan Bobel
6784cf9f3c
1423 - Few final updates to switch over to login.gov
2024-04-15 15:50:42 -04:00
Kenneth Kehl
ae5561862d
fix tests, eliminate or tweak bogus incoming or foreign number tests
2024-04-11 15:39:50 -07:00
Carlo Costino
5fd1a8c836
Update utils to 0.4.6
...
This changeset updates notifications-utils to 0.4.6 in order to address some dependency updates and incorporate a few minor changes.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-11 18:02:56 -04:00
Jonathan Bobel
3e3edec558
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1269-content-update-for-login-gov-settings
2024-04-10 14:32:11 -04:00
Jonathan Bobel
0708f3c785
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1269-content-update-for-login-gov-settings
2024-04-10 11:30:21 -04:00
Kenneth Kehl
96ec868e3e
fix service stats
2024-04-10 07:45:10 -07:00
samathad2023
2e55133f83
flask 3.0.2 to 3.0.3
2024-04-08 12:21:26 -07:00
Carlo Costino
d5d5a45138
Update utils to 0.4.5
...
This changeset updates notifications-utils to 0.4.5, which includes a few minor fixes and several dependency updates.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-08 11:41:39 -04:00
Jonathan Bobel
f46f9661f1
1269 - Content updates for Service Settings after login.gov integration
2024-04-08 11:32:09 -04:00
samathad2023
e71989022d
flask upgrade
2024-04-04 18:09:22 -07:00
Carlo Costino
616957c103
Added an explicit sync of the poetry.lock file to make bootstrap to make sure dependency updates will work
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-03 17:31:15 -04:00
Carlo Costino
e411774ada
Added a few more minor version bumps
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-03 17:24:26 -04:00
Carlo Costino
748dbc12fd
Update several recent dependencies
...
This changeset updates several dependencies that Dependabot has flagged for us but cannot merge due to the E2E test bug with it.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-04-03 17:09:35 -04:00
samathad2023
b006e2cacf
utils dependencies updates
2024-03-21 13:01:14 -07:00
samathad2023
00f81a74fd
latest utils commit and sync with main
2024-03-20 14:11:16 -07:00
Carlo Costino
c43ed20c9e
Update Dependabot flagged dependencies
...
This changeset updates a handful of dependencies that Dependabot has flagged but is not able to test successfully due to a bug with the E2E configuration.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-14 17:31:27 -04:00
Carlo Costino
476ba798fc
This changeset updates notifications_utils to 0.3.0 to account for other dependency updates.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-14 15:18:40 -04:00
samathad2023
c3bb44129c
tests and orderedset updates for 3.12 upgrade
2024-03-08 15:00:48 -08:00
dependabot[bot]
25646c2e2f
Bump notifications-python-client from 8.2.0 to 9.0.0
...
Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client ) from 8.2.0 to 9.0.0.
- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/alphagov/notifications-python-client/compare/8.2.0...9.0.0 )
---
updated-dependencies:
- dependency-name: notifications-python-client
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 17:18:04 +00:00
dependabot[bot]
c71a7edcfe
Bump flake8 from 6.1.0 to 7.0.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 6.1.0 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 17:01:47 +00:00
dependabot[bot]
673df7da3d
Bump vulture from 2.10 to 2.11
...
Bumps [vulture](https://github.com/jendrikseipp/vulture ) from 2.10 to 2.11.
- [Release notes](https://github.com/jendrikseipp/vulture/releases )
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jendrikseipp/vulture/compare/v2.10...v2.11 )
---
updated-dependencies:
- dependency-name: vulture
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 16:50:02 +00:00
dependabot[bot]
d0c4b505b9
Bump black from 23.12.1 to 24.2.0
...
Bumps [black](https://github.com/psf/black ) from 23.12.1 to 24.2.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/23.12.1...24.2.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 16:35:56 +00:00
dependabot[bot]
b50fe24c52
Bump coverage from 7.4.0 to 7.4.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.0 to 7.4.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 16:14:06 +00:00
Carlo Costino
14b68c044f
Update utils to 0.2.9
...
quote>
quote> This changeset updates notifications-utils to 0.2.9 to account for a recent cryptography update.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-21 15:51:05 -05:00
Carlo Costino
df54b066f9
Update notifications-utils to 0.2.8
...
This updates utils to be 0.2.8 to address the cryptography Dependabot security alert.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-02-06 16:41:07 -05:00
Kenneth Kehl
338a6426c3
inline code for govuk_frontend_jinja
2024-02-06 13:17:09 -08:00