Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit a3f9bff

Browse files
committed
Merge branch 'update-deps' into dev
2 parents afb919e + e2153b6 commit a3f9bff

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ python-3.10:
3939
extends: .python
4040
image: python:3.10
4141

42+
python-3.12:
43+
stage: tests
44+
extends: .python
45+
image: python:3.12
46+
4247
python-3.11:
4348
stage: tests
4449
before_script:

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ setup_requires = pytest-runner
3232
install_requires =
3333
beautifulsoup4==4.12.2
3434
feedgenerator==2.1.0
35-
Flask==2.3.2
36-
gunicorn==20.1.0
35+
Flask==3.0.0
36+
gunicorn==21.2.0
3737
Mastodon.py==1.8.1
38-
pytz==2023.3
39-
PyYAML==6.0.0
38+
pytz==2023.3.post1
39+
PyYAML==6.0.1
4040
tweepy==4.14.0
4141
tests_require =
4242
flake8

0 commit comments

Comments
 (0)