From 83cee7d2b186e01fb661001a1745cf711a207c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:30:18 +0000 Subject: [PATCH 1/5] Bump actions/checkout from 3 to 4 (#542) --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04b256b0..99eb37e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.9'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7783b698..3a6847bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 From 8cd0d8740e80ad29dab6decb8e81cb0c6ec5d374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:31:20 +0000 Subject: [PATCH 2/5] Bump pytest from 7.2.0 to 7.4.1 (#543) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 02a3ad39..59059bb6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ Faker==18.11.2 -pytest==7.2.0 +pytest==7.4.1 pytest-cov==4.0.0 gevent==22.10.1; "PyPy" not in platform_python_implementation pylibmc==1.6.3; sys.platform != 'win32' From 1a033b4258a589ed66bcfaa4a7aa239335885d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:25:29 +0000 Subject: [PATCH 3/5] Bump zstd from 1.5.2.5 to 1.5.4.0 (#528) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 59059bb6..58a7f679 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ pytest-cov==4.0.0 gevent==22.10.1; "PyPy" not in platform_python_implementation pylibmc==1.6.3; sys.platform != 'win32' python-memcached==1.59 -zstd==1.5.2.5 +zstd==1.5.4.0 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability From 9f4fe6982b2b856d20f2fbdc8faa76f15c8b7223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:26:03 +0000 Subject: [PATCH 4/5] Bump pygments from 2.15.1 to 2.17.2 (#552) --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 8d51534d..0b8d7590 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ black==23.3.0 docutils==0.19 flake8==6.0.0 -pygments==2.15.1 +pygments==2.17.2 From c50872dcb425f8ce17b2d16c4b7351fffb7c8ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:26:38 +0000 Subject: [PATCH 5/5] Bump docutils from 0.19 to 0.20.1 (#531) --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 0b8d7590..0b26ac2e 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ black==23.3.0 -docutils==0.19 +docutils==0.20.1 flake8==6.0.0 pygments==2.17.2