Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 8f3f919 commit 4602ae2
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 134 deletions.
18 changes: 9 additions & 9 deletions requirements-branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-branch_creation.in
#
certifi==2023.7.22
certifi==2024.8.30
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
gitdb==4.0.10
gitdb==4.0.11
# via gitpython
gitpython==3.1.32
gitpython==3.1.43
# via -r requirements-branch_creation.in
idna==3.4
idna==3.10
# via requests
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements-branch_creation.in
requests==2.31.0
requests==2.32.3
# via -r requirements-branch_creation.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
urllib3==2.0.4
urllib3==2.2.3
# via requests
16 changes: 8 additions & 8 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-fmt.in
#
black==23.7.0
black==24.8.0
# via -r requirements-fmt.in
click==8.1.6
click==8.1.7
# via black
isort==5.12.0
isort==5.13.2
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==24.1
# via black
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==3.10.0
platformdirs==4.3.6
# via black
tomli==2.0.1
tomli==2.0.2
# via black
typing-extensions==4.7.1
typing-extensions==4.12.2
# via black
22 changes: 11 additions & 11 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==24.8.0
# via -r requirements-fmt.txt
click==8.1.6
click==8.1.7
# via
# -r requirements-fmt.txt
# black
codespell==2.2.5
codespell==2.3.0
# via -r requirements-lint.in
flake8==5.0.4
# via
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.1.0
flake8-builtins==2.5.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.12.0
isort==5.13.2
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via
# -r requirements-fmt.txt
# black
packaging==23.1
packaging==24.1
# via
# -r requirements-fmt.txt
# black
pathspec==0.11.2
pathspec==0.12.1
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.3
pep8-naming==0.14.1
# via -r requirements-lint.in
platformdirs==3.10.0
platformdirs==4.3.6
# via
# -r requirements-fmt.txt
# black
Expand All @@ -50,12 +50,12 @@ pyflakes==2.5.0
# via flake8
pyproject-flake8==5.0.4.post1
# via -r requirements-lint.in
tomli==2.0.1
tomli==2.0.2
# via
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.7.1
typing-extensions==4.12.2
# via
# -r requirements-fmt.txt
# black
Expand Down
Loading

0 comments on commit 4602ae2

Please sign in to comment.