Skip to content

Commit aaa0800

Browse files
committed
Upgrade several dependencies to latest version
1 parent 4bebd7a commit aaa0800

File tree

5 files changed

+23
-32
lines changed

5 files changed

+23
-32
lines changed

etc/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ psycopg2==2.9.1; sys_platform == "linux"
1515
psycopg2-binary==2.9.1; sys_platform != "linux"
1616

1717
# HTTP
18-
requests==2.25.1
18+
requests==2.26.0
1919

2020
# Task queue
2121
celery==5.1.2

etc/requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
pycodestyle==2.7.0
55
black==20.8b1
66
isort==5.9.2
7-
doc8==0.8.1
7+
doc8==0.9.0
88

99
# Documentation
10-
Sphinx==4.1.0
10+
Sphinx==4.1.2
1111
sphinx_rtd_theme==0.5.2
1212

1313
# Release

etc/thirdparty/bsd-simplified.LICENSE

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1+
Redistribution and use in source and binary forms, with or without modification,
2+
are permitted provided that the following conditions are met:
23

3-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
4+
Redistributions of source code must retain the above copyright notice, this list
5+
of conditions and the following disclaimer.
46

5-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
7+
Redistributions in binary form must reproduce the above copyright notice, this
8+
list of conditions and the following disclaimer in the documentation and/or
9+
other materials provided with the distribution.
610

7-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
12+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
13+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
14+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
15+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
16+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
17+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
18+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
20+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

etc/thirdparty/virtualenv.pyz

-2.01 MB
Binary file not shown.

etc/thirdparty/virtualenv.pyz.ABOUT

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about_resource: virtualenv.pyz
22
name: get-virtualenv
3-
version: 20.4.7
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.4.7/public/virtualenv.pyz
3+
version: 20.6.0
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.6.0/public/virtualenv.pyz
55
description: virtualenv is a tool to create isolated Python environments.
66
homepage_url: https://github.com/pypa/virtualenv
77
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
@@ -10,26 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
1010
redistribute: yes
1111
attribute: yes
1212
track_changes: yes
13-
package_url: pkg:github/pypa/get-virtualenv@20.4.7#public/virtualenv.pyz
14-
licenses:
15-
- key: apache-2.0
16-
name: Apache License 2.0
17-
file: apache-2.0.LICENSE
18-
- key: mit
19-
name: MIT License
20-
file: mit.LICENSE
21-
- key: bsd-simplified
22-
name: BSD-2-Clause
23-
file: bsd-simplified.LICENSE
24-
- key: bsd-new
25-
name: BSD-3-Clause
26-
file: bsd-new.LICENSE
27-
- key: python
28-
name: Python Software Foundation License v2
29-
file: python.LICENSE
30-
- key: lgpl-2.1-plus
31-
name: GNU Lesser General Public License 2.1 or later
32-
file: lgpl-2.1-plus.LICENSE
33-
- key: isc
34-
name: ISC License
35-
file: isc.LICENSE
13+
package_url: pkg:github/pypa/get-virtualenv@20.6.0#public/virtualenv.pyz

0 commit comments

Comments
 (0)