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

Bump the python-requirements group in /requirements with 1 update #433

Closed
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
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/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest-selenium==4.0.2 # https://github.com/pytest-dev/pytest-selenium

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

# Code quality
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
mypy==1.8.0;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" 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
Loading