Skip to content

Commit

Permalink
upgrade httmock
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Aug 1, 2024
1 parent eb3fbb8 commit 2568df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 3 additions & 10 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
#
# pip-compile --extra=dev --output-file=dev-requirements.txt
#
aws-sam-translator==1.11.0
# via gdc-client (pyproject.toml)
boto3==1.16.63
# via
# aws-sam-translator
# moto
# via moto
botocore==1.19.63
# via
# boto3
Expand All @@ -36,7 +32,7 @@ exceptiongroup==1.2.2
# via pytest
flask==1.0.4
# via gdc-client (pyproject.toml)
httmock==1.3.0
httmock==1.4.0
# via gdc-client (pyproject.toml)
idna==2.8
# via requests
Expand All @@ -57,9 +53,7 @@ jmespath==0.10.0
# boto3
# botocore
jsonschema==2.6.0
# via
# aws-sam-translator
# gdc-client (pyproject.toml)
# via gdc-client (pyproject.toml)
lxml==4.4.3
# via gdc-client (pyproject.toml)
markupsafe==1.1.1
Expand Down Expand Up @@ -115,7 +109,6 @@ s3transfer==0.3.7
# via boto3
six==1.16.0
# via
# aws-sam-translator
# python-dateutil
# requests-mock
# responses
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ dev =
pytest-cov
requests-mock~=1.5.2
moto
httmock~=1.3.0
aws-sam-translator<1.12.0a
httmock

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 2568df4

Please sign in to comment.