From e7eff465fff91dd49dfe3f38b2e27f455df46f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:46:31 +0000 Subject: [PATCH 01/23] Bump pytest from 8.0.1 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index d76475d0c..16f2e8703 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,6 +1,6 @@ click==8.1.7 idna==3.6 -pytest==8.0.1 +pytest==8.1.1 pytest-timer==1.0.0 pytest-timeout==2.2.0 pylint==3.0.3 From c1ba3a851bf20a2deaaf1f0bf510d55cdf6c56aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:47:08 +0000 Subject: [PATCH 02/23] Bump pytest-timeout from 2.2.0 to 2.3.1 Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.2.0...2.3.1) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index d76475d0c..519c68d43 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -2,7 +2,7 @@ click==8.1.7 idna==3.6 pytest==8.0.1 pytest-timer==1.0.0 -pytest-timeout==2.2.0 +pytest-timeout==2.3.1 pylint==3.0.3 pyopenssl==24.0.0 randomname==0.2.1 From 60accc943572e6de654436eba9ea95e72876cf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:36:09 +0000 Subject: [PATCH 03/23] Bump pylint from 3.0.3 to 3.1.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index cf74e6f71..c85a4fff9 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,7 +3,7 @@ idna==3.6 pytest==8.1.1 pytest-timer==1.0.0 pytest-timeout==2.3.1 -pylint==3.0.3 +pylint==3.1.0 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.11.0 From e5a9dfe04b92bdd528e6d3892cd3b14decc8e94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:36:11 +0000 Subject: [PATCH 04/23] Bump ruff from 0.2.2 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index cf74e6f71..0839bc67a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.0.3 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.11.0 -ruff==0.2.2 +ruff==0.3.3 parameterized==0.9.0 From fde4c3a84524176e67eafa33ba1d9c2ab19ee9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:46:32 +0100 Subject: [PATCH 05/23] Bump cryptography from 42.0.4 to 42.0.5 (#726) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 42.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...42.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 3236c03bd..be6dc5ad9 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ backoff==2.2.1 certifi==2024.2.2 -cryptography==42.0.4 +cryptography==42.0.5 distro==1.9.0 httplib2==0.22.0 jinja2==3.1.3 diff --git a/requirements.txt b/requirements.txt index 6d152a1b6..d48105b9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cffi==1.14.4 # via cryptography charset-normalizer==2.0.3 # via requests -cryptography==42.0.4 +cryptography==42.0.5 # via -r requirements.in distro==1.9.0 # via -r requirements.in From 3dfb1e12325ed3cf5a50aea304e411f2f05a3820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:24:12 +0100 Subject: [PATCH 06/23] Bump ruff from 0.3.3 to 0.3.4 (#725) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey den Broeder --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index d7af699e8..3cbef4379 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.1.0 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.11.0 -ruff==0.3.3 +ruff==0.3.4 parameterized==0.9.0 From 071cd9383e1868a64495f0b7422acc2659b59252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:41:34 +0200 Subject: [PATCH 07/23] Bump ruff from 0.3.4 to 0.3.5 (#729) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index 3cbef4379..71d8cc40f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.1.0 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.11.0 -ruff==0.3.4 +ruff==0.3.5 parameterized==0.9.0 From e06d8e5471dd66a2072bdf5ee505a17792867090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:56:35 +0200 Subject: [PATCH 08/23] Bump requests-mock from 1.11.0 to 1.12.1 (#727) Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/jamielennox/requests-mock/releases) - [Commits](https://github.com/jamielennox/requests-mock/compare/1.11.0...1.12.1) --- updated-dependencies: - dependency-name: requests-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index 71d8cc40f..81d4be6fc 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -6,6 +6,6 @@ pytest-timeout==2.3.1 pylint==3.1.0 pyopenssl==24.0.0 randomname==0.2.1 -requests-mock==1.11.0 +requests-mock==1.12.1 ruff==0.3.5 parameterized==0.9.0 From 646b9ae468d14a7fda9badcb759f9d02afa6c64f Mon Sep 17 00:00:00 2001 From: Joey den Broeder Date: Thu, 11 Apr 2024 12:25:44 +0200 Subject: [PATCH 09/23] Bump Python version to 3.10.13 (#730) Resolves #728 Source of values: --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- dependencies-stage.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c1517731..6ec772809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10.6 + python-version: 3.10.13 cache: pip - name: Install Python requirements run: make install_requirements diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62f14a3b0..d16e1f853 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10.6 + python-version: 3.10.13 cache: pip - name: Install Python requirements run: make install_requirements diff --git a/dependencies-stage.yml b/dependencies-stage.yml index 3737692ab..6761c03b6 100644 --- a/dependencies-stage.yml +++ b/dependencies-stage.yml @@ -1,8 +1,8 @@ --- - name: python - version: 3.10.6 - uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.6_linux_x64_cflinuxfs4_62e69f06.tgz - sha256: 62e69f0664e0bbb05a6351d4d96dc9ea6b959c4c2e4ccdb124f932d0bdac0e41 + version: 3.10.13 + uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz + sha256: 04ab8c1b6b0d1f8fd8a03d932bf8cc6744843ad12bb5e801784b7ff470aa7401 cf_stacks: - cflinuxfs4 - source_sha256: 848cb06a5caa85da5c45bd7a9221bb821e33fc2bdcba088c127c58fad44e6343 + source_sha256: 698ec55234c1363bd813b460ed53b0f108877c7a133d48bde9a50a1eb57b7e65 From ba4acafc50fea7ca082ec60ff08bcec27181c0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:30:50 +0100 Subject: [PATCH 10/23] Bump ruff from 0.3.5 to 0.3.7 (#732) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.5...v0.3.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index 81d4be6fc..2e26178cc 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.1.0 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 -ruff==0.3.5 +ruff==0.3.7 parameterized==0.9.0 From aae405b1d462c41159e6dfefadb869cfe5ae8960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:20:42 +0100 Subject: [PATCH 11/23] Bump idna from 3.6 to 3.7 (#731) Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 2e26178cc..a6de7b259 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,5 +1,5 @@ click==8.1.7 -idna==3.6 +idna==3.7 pytest==8.1.1 pytest-timer==1.0.0 pytest-timeout==2.3.1 diff --git a/requirements.txt b/requirements.txt index d48105b9f..3814c546d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ distro==1.9.0 # via -r requirements.in httplib2==0.22.0 # via -r requirements.in -idna==2.8 +idna==3.7 # via requests jinja2==3.1.3 # via -r requirements.in From b32de81d801f2a14387f9c32d405bde9df87aa8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 11:21:37 +0100 Subject: [PATCH 12/23] Bump cryptography from 42.0.5 to 42.0.6 (#740) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...42.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index be6dc5ad9..11a71504e 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ backoff==2.2.1 certifi==2024.2.2 -cryptography==42.0.5 +cryptography==42.0.6 distro==1.9.0 httplib2==0.22.0 jinja2==3.1.3 diff --git a/requirements.txt b/requirements.txt index 3814c546d..31eb4868b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cffi==1.14.4 # via cryptography charset-normalizer==2.0.3 # via requests -cryptography==42.0.5 +cryptography==42.0.6 # via -r requirements.in distro==1.9.0 # via -r requirements.in From 66a6f8162d1f23a6999b85fa942fd8c9e3f88298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 11:39:18 +0100 Subject: [PATCH 13/23] Bump ruff from 0.3.7 to 0.4.3 (#739) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey den Broeder --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index a6de7b259..e5d2e50cb 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.1.0 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 -ruff==0.3.7 +ruff==0.4.3 parameterized==0.9.0 From 18a4faa3d6e2d48d3c1501ccd11e7ff7d47dc15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:22:17 +0100 Subject: [PATCH 14/23] Bump pytest from 8.1.1 to 8.2.0 (#737) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index e5d2e50cb..f4c44c464 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,6 +1,6 @@ click==8.1.7 idna==3.7 -pytest==8.1.1 +pytest==8.2.0 pytest-timer==1.0.0 pytest-timeout==2.3.1 pylint==3.1.0 From df37f4cc74d923af316b11778354eddfd4ae651a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:36:57 +0100 Subject: [PATCH 15/23] Bump jinja2 from 3.1.3 to 3.1.4 (#738) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 11a71504e..85d497cc4 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ certifi==2024.2.2 cryptography==42.0.6 distro==1.9.0 httplib2==0.22.0 -jinja2==3.1.3 +jinja2==3.1.4 omegaconf==2.3.0 psycopg2-binary==2.9.9 pyyaml==6.0.1 diff --git a/requirements.txt b/requirements.txt index 31eb4868b..a3bd7d530 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ httplib2==0.22.0 # via -r requirements.in idna==3.7 # via requests -jinja2==3.1.3 +jinja2==3.1.4 # via -r requirements.in markupsafe==2.0.1 # via jinja2 From bb1c459cf45618f6994a2af1c1c6b070fdfbb171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 10:22:48 +0100 Subject: [PATCH 16/23] Bump pylint from 3.1.0 to 3.1.1 (#743) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index f4c44c464..088d2da68 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,7 +3,7 @@ idna==3.7 pytest==8.2.0 pytest-timer==1.0.0 pytest-timeout==2.3.1 -pylint==3.1.0 +pylint==3.1.1 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 From 2d87946594e7724760b81f8132010fb1eae418e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 10:42:24 +0100 Subject: [PATCH 17/23] Bump ruff from 0.4.3 to 0.4.4 (#742) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index 088d2da68..f664964ae 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.1.1 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 -ruff==0.4.3 +ruff==0.4.4 parameterized==0.9.0 From 114c8d902ba30132e96ae7bce8e2075689cd3253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:51:46 +0100 Subject: [PATCH 18/23] Bump cryptography from 42.0.6 to 42.0.7 (#741) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.6 to 42.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.6...42.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 85d497cc4..7e8af32c7 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ backoff==2.2.1 certifi==2024.2.2 -cryptography==42.0.6 +cryptography==42.0.7 distro==1.9.0 httplib2==0.22.0 jinja2==3.1.4 diff --git a/requirements.txt b/requirements.txt index a3bd7d530..0cad38acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cffi==1.14.4 # via cryptography charset-normalizer==2.0.3 # via requests -cryptography==42.0.6 +cryptography==42.0.7 # via -r requirements.in distro==1.9.0 # via -r requirements.in From 8fca95ccf692d320477bec648cba85969099a961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 10:48:57 +0100 Subject: [PATCH 19/23] Bump pytest from 8.2.0 to 8.2.1 (#745) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index f664964ae..e6d5446b3 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,6 +1,6 @@ click==8.1.7 idna==3.7 -pytest==8.2.0 +pytest==8.2.1 pytest-timer==1.0.0 pytest-timeout==2.3.1 pylint==3.1.1 From 19dac50c9e8ee6ca782c8cc6bbc0732baaf82de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 11:33:42 +0100 Subject: [PATCH 20/23] Bump pylint from 3.1.1 to 3.2.2 (#746) * Bump pylint from 3.1.1 to 3.2.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.1 to 3.2.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.1...v3.2.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Resolve `possibly-used-before-assignment` errors * Set `DEPS_DIR` and `q` explicitly to `None` before use * Refactor `lib/m2ee/profileutil.py` a little --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey den Broeder --- buildpack/infrastructure/database.py | 1 + buildpack/stage.py | 1 + lib/m2ee/profileutil.py | 21 +++++++++++---------- requirements-dev.in | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/buildpack/infrastructure/database.py b/buildpack/infrastructure/database.py index 2cfe5898d..601bbb874 100644 --- a/buildpack/infrastructure/database.py +++ b/buildpack/infrastructure/database.py @@ -503,6 +503,7 @@ def get_database_jdbc_url(self): url = self.credentials.get("url", "") pattern = r"jdbc:sap://(?P[^:]+):(?P[0-9]+)/?(?P\?(?P.*))?$" # noqa:C0301 match = re.search(pattern, url) + q = None if match is None: logging.error("Unable to parse Hana JDBC url string for parameters") raise Exception("Unable to parse Hana JDBC url string for parameters") diff --git a/buildpack/stage.py b/buildpack/stage.py index f30f8fed3..47d4f2d79 100755 --- a/buildpack/stage.py +++ b/buildpack/stage.py @@ -25,6 +25,7 @@ ) BUILD_DIR = os.path.abspath(sys.argv[1]) CACHE_DIR = os.path.abspath(os.path.join(sys.argv[2], "bust")) +DEPS_DIR = None DOT_LOCAL_LOCATION = os.path.abspath(os.path.join(BUILD_DIR, ".local")) if len(sys.argv) >= 5: DEPS_DIR = os.path.abspath(sys.argv[3]) diff --git a/lib/m2ee/profileutil.py b/lib/m2ee/profileutil.py index 772c965e4..69308181c 100644 --- a/lib/m2ee/profileutil.py +++ b/lib/m2ee/profileutil.py @@ -44,16 +44,17 @@ def __str__(self): def pretty_format(self, print_queries=True): if print_queries: - queries = "\n\n".join( - [ - "query: %s \nduration:%s" % (x["query"], x["duration"]) - for x in self.queries - ] - ) - elif not print_queries: - queries = "Omitting, %s queries in total" % len(self.queries) - elif len(self.queries) == 0: - queries = " None" + if len(self.queries) > 0: + queries = "\n\n".join( + [ + f"query: {x['query']} \nduration: {x['duration']}" + for x in self.queries + ] + ) + else: + queries = " None" + else: + queries = f"Omitting, {len(self.queries)} queries in total" if hasattr(self, "user_roles"): userroles = ",".join(self.user_roles) # pylint: disable=no-member diff --git a/requirements-dev.in b/requirements-dev.in index e6d5446b3..1851ae204 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,7 +3,7 @@ idna==3.7 pytest==8.2.1 pytest-timer==1.0.0 pytest-timeout==2.3.1 -pylint==3.1.1 +pylint==3.2.2 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 From 5eb053b20dd21ebfae925507eaf82fb9134a787b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:46:37 +0100 Subject: [PATCH 21/23] Bump requests from 2.31.0 to 2.32.2 (#748) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 7e8af32c7..ac082fcd6 100644 --- a/requirements.in +++ b/requirements.in @@ -7,5 +7,5 @@ jinja2==3.1.4 omegaconf==2.3.0 psycopg2-binary==2.9.9 pyyaml==6.0.1 -requests==2.31.0 +requests==2.32.2 urllib3==2.2.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0cad38acb..b10287efe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyyaml==6.0.1 # via # -r requirements.in # omegaconf -requests==2.31.0 +requests==2.32.2 # via -r requirements.in urllib3==2.2.1 # via From d35f3e926d3318a05ec188d9da673a14f6b4100d Mon Sep 17 00:00:00 2001 From: Denis Shuvalov Date: Tue, 21 May 2024 16:45:15 +0200 Subject: [PATCH 22/23] AppDynamics agents updated to the version 24.4 --- dependencies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dependencies.yml b/dependencies.yml index 37cffd6d6..da4297d74 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -3,9 +3,10 @@ dependencies: appdynamics: agent: artifact: appdynamics/appdynamics-agent-1.8-{{ version }}.zip + version: 24.4.1 machine-agent: artifact: appdynamics/appdynamics-machineagent-bundle-{{ version }}.zip - version: 22.1.0 + version: 24.4.0 databroker: debezium: artifact: experimental/databroker/debezium-{{ version }}.tar.gz From 7d0c7f140e4c3deaa8ca5ef6fb2d79543d9af9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 09:40:44 +0100 Subject: [PATCH 23/23] Bump ruff from 0.4.4 to 0.4.5 (#749) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index 1851ae204..e4b9a5453 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -7,5 +7,5 @@ pylint==3.2.2 pyopenssl==24.0.0 randomname==0.2.1 requests-mock==1.12.1 -ruff==0.4.4 +ruff==0.4.5 parameterized==0.9.0