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

Commit 7ae9df1

Browse files
committed
update dependencies
1 parent a88485a commit 7ae9df1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python:3.9
1+
image: python:3.10
22

33
stages:
44
- lint
@@ -17,11 +17,6 @@ lint:
1717
script:
1818
- pytest --flake8 --isort --black -m "flake8 or isort or black" twootfeed
1919

20-
python-3.6:
21-
stage: tests
22-
extends: .python
23-
image: python:3.6
24-
2520
python-3.7:
2621
stage: tests
2722
extends: .python
@@ -33,6 +28,11 @@ python-3.8:
3328
image: python:3.8
3429

3530
python-3.9:
31+
stage: tests
32+
extends: .python
33+
image: python:3.9
34+
35+
python-3.10:
3636
stage: tests
3737
before_script:
3838
- pip install -e .[test]

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ classifiers =
1616
License :: OSI Approved :: MIT License
1717
Operating System :: POSIX :: Linux
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.6
2019
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
2323
Topic :: Internet :: WWW/HTTP
2424
project_urls =
2525
Documentation = https://samr1.github.io/python-twootfeed
@@ -29,14 +29,14 @@ packages = find:
2929
zip_safe = false
3030
setup_requires = pytest-runner
3131
install_requires =
32-
beautifulsoup4==4.10.0
32+
beautifulsoup4==4.11.1
3333
feedgenerator==2.0.0
34-
Flask==2.0.2
34+
Flask==2.1.3
3535
gunicorn==20.1.0
3636
Mastodon.py==1.5.1
37-
pytz==2021.3
38-
PyYAML==5.4.1
39-
tweepy==4.0.1
37+
pytz==2022.1
38+
PyYAML==6.0.0
39+
tweepy==4.10.0
4040
tests_require =
4141
pytest-cov
4242
pytest-flake8

0 commit comments

Comments
 (0)