Skip to content

Commit

Permalink
Update dependencies (#157)
Browse files Browse the repository at this point in the history
Bump flask-session from 0.6.0 to 0.8.0

Bumps [flask-session](https://github.com/pallets-eco/flask-session) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/pallets-eco/flask-session/releases)
- [Changelog](https://github.com/pallets-eco/flask-session/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets-eco/flask-session/commits/0.8.0)

---
updated-dependencies:
- dependency-name: flask-session
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



Bump pytest-cov from 4.1.0 to 5.0.0

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

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



Bump setuptools from 69.0.3 to 69.2.0

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 to 69.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.3...v69.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



Bump wheel from 0.42.0 to 0.43.0

Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.42.0...0.43.0)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
hluk committed Apr 2, 2024
1 parent 187b0ac commit 3cc2299
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 3cc2299

Please sign in to comment.