Skip to content

Commit

Permalink
fix: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria committed Jun 29, 2022
1 parent cec1ba9 commit b8b76ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
Expand All @@ -30,7 +30,7 @@ py==1.11.0
# via tox
pyparsing==3.0.9
# via packaging
requests==2.28.0
requests==2.28.1
# via codecov
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ certifi==2022.6.15
# requests
chardet==5.0.0
# via diff-cover
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -238,7 +238,7 @@ readme-renderer==35.0
# via
# -r requirements/quality.txt
# twine
requests==2.28.0
requests==2.28.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bleach==5.0.1
# via readme-renderer
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
click==8.1.3
# via
Expand All @@ -35,7 +35,7 @@ django==2.2.28
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/test.txt
doc8==0.11.2
doc8==0.10.1
# via -r requirements/doc.in
docutils==0.17.1
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ pyyaml==6.0
# code-annotations
readme-renderer==30.0
# via -r requirements/doc.in
requests==2.28.0
requests==2.28.1
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bleach==5.0.1
# via readme-renderer
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
click==8.1.3
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ pyyaml==6.0
# code-annotations
readme-renderer==35.0
# via twine
requests==2.28.0
requests==2.28.1
# via
# requests-toolbelt
# twine
Expand Down

0 comments on commit b8b76ef

Please sign in to comment.