Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sunset CentOS 7 -- EOL #463

Merged
merged 5 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/intergration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PAUSE_TEST: "${{ inputs.pause_test }}"
strategy:
matrix:
version: ["focal", "jammy", "7"]
version: ["focal", "jammy"]
steps:
- uses: "actions/checkout@v3"
- name: "Setup Python env"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ isort: ## Fix import order errors
lint: ## check style with pylint
yamllint --no-warnings -f parsable .
isort --check-only twindb_backup tests
black --check twindb_backup tests
black --diff --check twindb_backup tests
pycodestyle twindb_backup
pylint twindb_backup

Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ boto3 ~= 1.7
psutil ~= 5.4
pyasn1 ~= 0.4
datadog ~= 0.22
paramiko ~= 2.5
paramiko ~= 3.4
google ~= 3.0
google-cloud-storage ~= 2.3.0
statsd ~= 3.3
Expand Down
68 changes: 35 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,123 +1,125 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
azure-core==1.29.4
azure-core==1.31.0
# via
# -r requirements.in
# azure-storage-blob
azure-storage-blob==12.18.3
azure-storage-blob==12.22.0
# via -r requirements.in
bcrypt==4.0.1
bcrypt==4.2.0
# via paramiko
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via google
boto3==1.28.66
boto3==1.35.19
# via -r requirements.in
botocore==1.31.66
botocore==1.35.19
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.5.0
# via google-auth
certifi==2023.7.22
certifi==2024.8.30
# via requests
cffi==1.16.0
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements.in
cryptography==41.0.4
cryptography==43.0.1
# via
# azure-storage-blob
# paramiko
datadog==0.47.0
datadog==0.50.0
# via -r requirements.in
google==3.0.0
# via -r requirements.in
google-api-core==2.12.0
google-api-core==2.19.2
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.23.3
google-auth==2.34.0
# via
# google-api-core
# google-cloud-core
# google-cloud-storage
google-cloud-core==2.3.3
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.3.0
# via -r requirements.in
google-crc32c==1.5.0
# via google-resumable-media
google-resumable-media==2.6.0
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.61.0
googleapis-common-protos==1.65.0
# via google-api-core
idna==3.4
idna==3.9
# via requests
isodate==0.6.1
# via azure-storage-blob
jmespath==1.0.1
# via
# boto3
# botocore
paramiko==2.12.0
paramiko==3.4.1
# via -r requirements.in
protobuf==4.24.4
proto-plus==1.24.0
# via google-api-core
protobuf==5.28.1
# via
# google-api-core
# google-cloud-storage
# googleapis-common-protos
psutil==5.9.6
# proto-plus
psutil==5.9.8
# via -r requirements.in
pyasn1==0.5.0
pyasn1==0.6.1
# via
# -r requirements.in
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.1
# via google-auth
pycparser==2.21
pycparser==2.22
# via cffi
pymysql==1.1.0
pymysql==1.1.1
# via -r requirements.in
pynacl==1.5.0
# via paramiko
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
requests==2.31.0
requests==2.32.3
# via
# azure-core
# datadog
# google-api-core
# google-cloud-storage
rsa==4.9
# via google-auth
s3transfer==0.7.0
s3transfer==0.10.2
# via boto3
six==1.16.0
# via
# azure-core
# isodate
# paramiko
# python-dateutil
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
statsd==3.3.0
# via -r requirements.in
statsd-tags==3.2.1.post1
# via -r requirements.in
typing-extensions==4.8.0
typing-extensions==4.12.2
# via
# azure-core
# azure-storage-blob
urllib3==1.26.18
urllib3==1.26.20
# via
# botocore
# requests
2 changes: 1 addition & 1 deletion requirements_dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@IgnoreInspection BashAddShebang
black ~= 22.3
black ~= 24.3
Sphinx ~= 4.5
bumpversion ~= 0.6
docker ~= 5.0
Expand Down
Loading
Loading