Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 4, 2024
1 parent c07530e commit 7999903
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 93 deletions.
159 changes: 73 additions & 86 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fedora-messaging = "^3.4.1"
"stomp.py" = "^8.1.0"

flake8 = {version = "^5.0.4", optional = true}
pytest = {version = "^7.4.4", optional = true}
pytest = {version = "^8.1.0", optional = true}
pytest-cov = {version = "^4.1.0", optional = true}
mock = {version = "^5.1.0", optional = true}
requests-mock = {version = "^1.11.0", optional = true}
Expand All @@ -50,10 +50,10 @@ statsd = "^4.0.1"
pymemcache = "^4.0.0"
defusedxml = "^0.7.1"

opentelemetry-sdk = "^1.22.0"
opentelemetry-instrumentation-flask = "^0.43b0"
opentelemetry-instrumentation-requests = "^0.43b0"
opentelemetry-exporter-otlp-proto-http = "^1.22.0"
opentelemetry-sdk = "^1.23.0"
opentelemetry-instrumentation-flask = "^0.44b0"
opentelemetry-instrumentation-requests = "^0.44b0"
opentelemetry-exporter-otlp-proto-http = "^1.23.0"

[tool.poetry.extras]
test = [
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
pip==23.3.2
setuptools==69.0.3
pip==24.0
setuptools==69.1.1

0 comments on commit 7999903

Please sign in to comment.