Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coverage from 7.3.2 to 7.4.1 #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ configobj==5.0.8
# via
# -r requirements-tests.txt
# certbot
coverage==7.3.2
coverage==7.4.1
# via -r requirements-tests.txt
cryptography==41.0.7
# via
Expand Down Expand Up @@ -336,7 +336,9 @@ mdurl==0.1.2
# -r requirements-tests.txt
# markdown-it-py
moto[all]==4.2.6
# via -r requirements-tests.txt
# via
# -r requirements-tests.txt
# moto
mpmath==1.3.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -481,6 +483,7 @@ python-jose[cryptography]==3.3.0
# via
# -r requirements-tests.txt
# moto
# python-jose
python-json-logger==2.0.7
# via logmatic-python
pytz==2023.3.post1
Expand Down
10 changes: 7 additions & 3 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configargparse==1.7
# via certbot
configobj==5.0.8
# via certbot
coverage==7.3.2
coverage==7.4.1
# via -r requirements-tests.in
cryptography==41.0.7
# via
Expand Down Expand Up @@ -161,7 +161,9 @@ marshmallow-sqlalchemy==0.23.1
mdurl==0.1.2
# via markdown-it-py
moto[all]==4.2.6
# via -r requirements-tests.in
# via
# -r requirements-tests.in
# moto
mpmath==1.3.0
# via sympy
multipart==0.2.4
Expand Down Expand Up @@ -238,7 +240,9 @@ python-dateutil==2.8.2
# freezegun
# moto
python-jose[cryptography]==3.3.0
# via moto
# via
# moto
# python-jose
pytz==2023.3.post1
# via
# acme
Expand Down
Loading