Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/flake8-6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Feb 21, 2024
2 parents fa4e03b + c50872d commit f644d7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.3.0
docutils==0.19
docutils==0.20.1
flake8==6.1.0
pygments==2.15.1
pygments==2.17.2
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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'
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

0 comments on commit f644d7e

Please sign in to comment.