Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 1 update
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 1 update: [typeguard](https://github.com/agronholm/typeguard).


Updates `typeguard` from 2.13.3 to 4.1.5
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@2.13.3...4.1.5)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 473103b commit 8907000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Flask>=3.0.0,<4.0 # https://github.com/pallets/flask

# Tools
# ------------------------------------------------------------------------------
typeguard==2.13.3 # https://github.com/agronholm/typeguard
typeguard==4.1.5 # https://github.com/agronholm/typeguard
typing_extensions>=4.3.0 # https://github.com/python/typing/blob/master/typing_extensions/README.rst
typing_inspect==0.9.0 # https://github.com/ilevkivskyi/typing_inspect
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pylint==3.0.3 # https://github.com/PyCQA/pylint
mypy==1.8.0;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.10" and python_version<"3.12" # https://github.com/google/pytype
types_setuptools==69.0.0.20240115 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard
typeguard==4.1.5 # https://github.com/agronholm/typeguard

# Security check
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mock==5.1.0 # https://github.com/testing-cabal/mock

# Type check
# ------------------------------------------------------------------------------
typeguard==2.13.3 # https://github.com/agronholm/typeguard
typeguard==4.1.5 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 8907000

Please sign in to comment.