Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2023
1 parent 93e182b commit 5e4b268
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- [email protected].4 # npm
- [email protected].8 # npm
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pylint-plugin-utils = "==0.7"
pyparsing = "==3.0.*"
pytest-metadata = "==2.0.*"
pywavelets = "==1.4.*"
pyyaml = "==6.0"
pyyaml = "==6.0.1"
requirements-detector = "==0.7"
scipy = "==1.9.*"
setoptconf-tmp = "==0.3.*"
Expand Down Expand Up @@ -91,7 +91,7 @@ SQLAlchemy = "==1.4.*"
SQLAlchemy-Utils = "==0.38.*"
"zope.interface" = "==5.1.*"
"zope.sqlalchemy" = "==1.3"
pyyaml = "==6.0"
pyyaml = "==6.0.1"
pyjwt = "==2.4.*"
requests-oauthlib = "==1.3.*"
setuptools = "==65.5.*"
Expand Down
8 changes: 4 additions & 4 deletions acceptance_tests/app/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipenv = "==2022.6.7"
setuptools = "==65.5.1"
# Lock dependencies
certifi = "==2022.12.7"
distlib = "==0.3.6"
distlib = "==0.3.7"
filelock = "==3.8.2"
pip = "==22.3.1"
platformdirs = "==2.5.4"
Expand All @@ -23,11 +23,11 @@ coverage = "==6.4.4"
# Lock dependencies
astroid = "==2.11.7"
bandit = "==1.7.5"
dill = "==0.3.6"
dill = "==0.3.7"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
gitdb = "==4.0.10"
gitpython = "==3.1.31"
gitpython = "==3.1.32"
isort = "==5.10.1"
lazy-object-proxy = "==1.8.0"
mccabe = "==0.6.1"
Expand All @@ -43,7 +43,7 @@ pylint = "==2.14.5"
pylint-celery = "==0.3"
pylint-flask = "==0.6"
pylint-plugin-utils = "==0.6"
pyyaml = "==6.0"
pyyaml = "==6.0.1"
requirements-detector = "==0.7"
setoptconf-tmp = "==0.3.1"
smmap = "==5.0.0"
Expand Down
122 changes: 61 additions & 61 deletions acceptance_tests/app/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils==1.2.13
c2cciutils==1.2.14
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
tomlkit==0.11.8
protobuf>=3.18.3 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 5e4b268

Please sign in to comment.