Skip to content

Commit

Permalink
Update dependencies (#150)
Browse files Browse the repository at this point in the history
Bump prometheus-client from 0.18.0 to 0.19.0

Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.18.0...v0.19.0)

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



Bump setuptools from 68.2.2 to 69.0.2

Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.0.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v68.2.2...v69.0.2)

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



Bump tox from 4.11.3 to 4.11.4

Bumps [tox](https://github.com/tox-dev/tox) from 4.11.3 to 4.11.4.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.11.3...4.11.4)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



Bump wheel from 0.41.2 to 0.42.0

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
hluk authored Dec 4, 2023
1 parent cb409df commit c7faedd
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
102 changes: 51 additions & 51 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 @@ -64,7 +64,7 @@ openidc-client = "^0.6.0"
requests-gssapi = "^1.2.3"

# Monitoring
prometheus_client = "^0.18.0"
prometheus_client = "^0.19.0"

# Messaging
fedora-messaging = "^3.4.1"
Expand All @@ -75,7 +75,7 @@ flake8 = {version = "^5.0.4", optional = true}
pytest = {version = "^7.3.1", optional = true}
pytest-cov = {version = "^4.0.0", optional = true}
mock = {version = "^5.1.0", optional = true}
tox = {version = "^4.11.3", optional = true}
tox = {version = "^4.11.4", optional = true}

# Tracing
opentelemetry-api = "^1.21.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.41.2
wheel==0.42.0
pip==23.3.1
setuptools==68.2.2
setuptools==69.0.2

0 comments on commit c7faedd

Please sign in to comment.