Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0e48c94

Browse files
chore: Updating Python Requirements (#905)
1 parent 7c47b22 commit 0e48c94

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ charset-normalizer==2.0.12
3232
# -r requirements/base.txt
3333
# -r requirements/test.txt
3434
# requests
35-
click==8.0.3
35+
click==8.0.4
3636
# via
3737
# -r requirements/pip-tools.txt
3838
# pip-tools
@@ -67,7 +67,7 @@ docopt==0.6.2
6767
# -r requirements/base.txt
6868
# -r requirements/test.txt
6969
# docker-compose
70-
filelock==3.5.0
70+
filelock==3.6.0
7171
# via
7272
# tox
7373
# virtualenv
@@ -103,7 +103,7 @@ pexpect==4.8.0
103103
# via -r requirements/test.txt
104104
pip-tools==6.5.1
105105
# via -r requirements/pip-tools.txt
106-
platformdirs==2.5.0
106+
platformdirs==2.5.1
107107
# via virtualenv
108108
pluggy==1.0.0
109109
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jsonschema==3.2.0
7878
# via
7979
# -r requirements/base.txt
8080
# docker-compose
81-
markupsafe==2.0.1
81+
markupsafe==2.1.0
8282
# via jinja2
8383
packaging==21.3
8484
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
click==8.0.3
7+
click==8.0.4
88
# via pip-tools
99
pep517==0.12.0
1010
# via pip-tools

0 commit comments

Comments
 (0)