Skip to content

Commit

Permalink
Bump itsdangerous from 1.1.0 to 2.1.2 in /server/python
Browse files Browse the repository at this point in the history
Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 1.1.0 to 2.1.2.
- [Release notes](https://github.com/pallets/itsdangerous/releases)
- [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst)
- [Commits](pallets/itsdangerous@1.1.0...2.1.2)

---
updated-dependencies:
- dependency-name: itsdangerous
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2022
1 parent ac45645 commit f6eac1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi = "==2022.6.15"
chardet = "==3.0.4"
click = "==7.0"
idna = "==2.8"
itsdangerous = "==1.1.0"
itsdangerous = "==2.1.2"
python-dotenv = "==0.10.3"
requests = "==2.28.1"
stripe = "==2.29.3"
Expand Down
8 changes: 4 additions & 4 deletions server/python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6eac1f

Please sign in to comment.