Skip to content

Commit

Permalink
Merge 6966a14 into 187b0ac
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 2, 2024
2 parents 187b0ac + 6966a14 commit 98266ef
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 14 deletions.
81 changes: 71 additions & 10 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 @@ -28,7 +28,7 @@ fedora-messaging = "^3.4.1"
"stomp.py" = "^8.1.0"

pytest = {version = "^8.0.2", optional = true}
pytest-cov = {version = "^4.0.0", optional = true}
pytest-cov = {version = "^5.0.0", optional = true}
tox = {version = "^4.13.0", optional = true}
tox-docker = {version = "^4.0.0", optional = true}

Expand All @@ -43,7 +43,7 @@ Flask-Pydantic = "^0.12.0"
email-validator = "^2.1.1"
python-ldap = "^3.4.3"
Flask-pyoidc = "^3.14.3"
Flask-Session = "^0.6.0"
Flask-Session = "^0.8.0"

# tracing support
opentelemetry-exporter-otlp = "^1.24.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wheel==0.42.0
wheel==0.43.0
pip==24.0
setuptools==69.0.3
setuptools==69.2.0

0 comments on commit 98266ef

Please sign in to comment.