Skip to content

Commit 972b597

Browse files
Merge pull request #58 from GitTimeraider/develop
Develop
2 parents a11645a + 010645c commit 972b597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Werkzeug==3.1.3
1111
requests==2.32.5
1212

1313
# Database drivers
14-
psycopg[binary,pool]==3.2.12
14+
psycopg[binary,pool]==3.2.13
1515
PyMySQL==1.1.2

0 commit comments

Comments
 (0)