We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9da509 + 929d431 commit 0598835Copy full SHA for 0598835
2 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Python
32
uses: actions/setup-python@v3
33
with:
34
- python-version: '3.6'
+ python-version: '3.7'
35
36
- name: Install dependencies
37
run: |
setup.py
@@ -6,21 +6,20 @@
6
7
TESTS_REQUIRES = [
8
'flake8',
9
- 'pytest==7.0.1',
10
- 'pytest-mock==3.12.0',
11
- 'coverage==6.2',
+ 'pytest==7.1.0',
+ 'pytest-mock==3.11.1',
+ 'coverage==7.2.7',
12
'pytest-cov',
13
- 'importlib-metadata==4.2',
14
- 'tomli==1.2.3',
15
- 'iniconfig==1.1.1',
16
- 'attrs==22.1.0'
+ 'importlib-metadata==6.7',
+ 'tomli',
+ 'iniconfig',
+ 'attrs'
17
]
18
19
INSTALL_REQUIRES = [
20
- 'requests>=2.9.1',
21
- 'pyyaml>=5.4',
+ 'requests',
+ 'pyyaml',
22
'docopt>=0.6.2',
23
- 'enum34;python_version<"3.4"',
24
'bloom-filter2>=2.0.0'
25
26
0 commit comments