Skip to content

Commit

Permalink
Updated httpyexpect (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor authored Nov 17, 2022
1 parent 091812e commit e0669dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ghga_service_chassis_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

"""A library that contains the basic chassis functionality used in services of GHGA"""

__version__ = "0.16.0"
__version__ = "0.16.1"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ console_scripts =
api =
fastapi==0.73.0
uvicorn[standard]==0.17.4
httpyexpect==0.2.2
httpyexpect==0.2.4
requests==2.28.1
kafka =
kafka-python==2.0.2
Expand Down Expand Up @@ -89,7 +89,7 @@ dev =
mkdocs-material-extensions==1.0.3
mkdocstrings==0.18.1
mkdocstrings-python-legacy==0.2.2
testcontainers[kafka,rabbitmq,mongo,postgresql]==3.4.2
testcontainers[kafka,mongo,postgresql]==3.4.2
typer==0.4.1
sqlalchemy-utils==0.38.2
sqlalchemy-stubs==0.4
Expand Down

0 comments on commit e0669dc

Please sign in to comment.