Skip to content

Commit

Permalink
Fixes #RHINENG-15065 - Update flask, pytest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
upadhyeammit committed Dec 24, 2024
1 parent 37e1538 commit c181ca0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.11"
Flask = "~=3.0.3"
Flask = "~=3.1.0"
gunicorn = "~=23.0.0"
flask-restful = "~=0.3.8"
Flask-SQLAlchemy = "~=3.1.1"
Expand All @@ -33,7 +33,7 @@ logstash_formatter = "^0.5.17"

[tool.poetry.group.dev.dependencies]
flake8 = "*"
pytest = "~=7.4.4"
pytest = "~=8.3.4"
sqlalchemy-utils = "*"
pytest-mock = "*"
pytest-cov = "*"
Expand Down

0 comments on commit c181ca0

Please sign in to comment.