Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Nov 3, 2023
1 parent f37fe44 commit 2a6617a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Intended Audience :: Developers",
]
dependencies = [
"ghga-service-commons[api,auth]>=1.0.1",
"ghga-service-commons[api,auth]>=1.1.0",
"ghga-event-schemas~=1.0.0",
"hexkit[mongodb,akafka]>=0.11.0",
"httpx>=0.23.3",
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --generate-hashes --output-file=/workspace/requirements-dev.txt /tmp/tmp4h_cghi_/pyproject.toml /workspace/requirements-dev.in
# pip-compile --generate-hashes --output-file=/workspace/requirements-dev.txt /tmp/tmpt5c_mwgf/pyproject.toml /workspace/requirements-dev.in
#
aiokafka==0.8.1 \
--hash=sha256:1e24839088fd6d3ff481cc09a48ea487b997328df11630bc0a1b88255edbcfe9 \
Expand Down Expand Up @@ -522,7 +522,6 @@ idna==3.4 \
# via
# anyio
# email-validator
# httpx
# requests
# rfc3986
importlib-metadata==6.8.0 \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --constraint=/workspace/requirements-dev.txt --generate-hashes --output-file=/workspace/requirements.txt /tmp/tmp4h_cghi_/pyproject.toml
# pip-compile --constraint=/workspace/requirements-dev.txt --generate-hashes --output-file=/workspace/requirements.txt /tmp/tmpt5c_mwgf/pyproject.toml
#
aiokafka==0.8.1 \
--hash=sha256:1e24839088fd6d3ff481cc09a48ea487b997328df11630bc0a1b88255edbcfe9 \
Expand Down

0 comments on commit 2a6617a

Please sign in to comment.