Skip to content

Commit b7c8c0a

Browse files
committed
freezed requirements
2 parents 3fd4422 + cad2a3c commit b7c8c0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
- name: Run tests
2626
run: |
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
-
4040
name: Checkout
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242
-
4343
name: Docker meta
4444
id: docker_meta

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiohttp==3.8.1
22
discord.py @ git+https://github.com/Rapptz/discord.py@1bfe6b2bb160ce802a1f08afed73941a19a0a651
33
Pillow==9.1.0
44
pytz==2022.1
5-
websockets==10.2
5+

0 commit comments

Comments
 (0)