Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.8]
python: [3.11]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -66,7 +66,7 @@
python-version: ${{ matrix.python }}

- name: Install Tox
run: pip install tox==3.24.4
run: pip install tox==4.15.0

- name: install docker-compose
run: |
Expand Down
74 changes: 23 additions & 51 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/base.txt requirements/base.in
#
-e git+https://github.com/gridsingularity/gsy-framework@master#egg=gsy_framework
# via -r requirements/base.in
async-timeout==4.0.3
# via
# gsy-framework
# redis
attrs==23.2.0
# via
# -r requirements/base.in
Expand All @@ -20,7 +16,7 @@ avro==1.11.3
# via gsy-framework
awesome-slugify==1.6.5
# via -r requirements/base.in
bcrypt==4.1.3
bcrypt==4.3.0
# via paramiko
cachetools==5.3.3
# via
Expand All @@ -30,7 +26,7 @@ certifi==2024.2.2
# via
# gsy-framework
# requests
cffi==1.16.0
cffi==1.17.1
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -58,9 +54,9 @@ colorama==0.4.6
# via
# gsy-framework
# tox
colorlog==6.8.2
colorlog==6.9.0
# via -r requirements/base.in
cryptography==42.0.7
cryptography==44.0.2
# via paramiko
decorator==5.1.1
# via
Expand All @@ -81,15 +77,15 @@ filelock==3.14.0
# gsy-framework
# tox
# virtualenv
flake8==4.0.1
geocoder==1.17.5
# via gsy-framework
geographiclib==2.0
# via
# flake8-tuple
# geopy
# gsy-framework
flake8-tuple==0.4.1
geopy==2.4.1
# via gsy-framework
geocoder==1.17.5
# via gsy-framework
graphql-core==3.2.3
graphql-core==3.2.6
# via sgqlc
identify==2.5.36
# via
Expand All @@ -99,11 +95,8 @@ idna==3.7
# via
# gsy-framework
# requests
importlib-resources==6.4.0
# via
# gsy-framework
# jsonschema
# jsonschema-specifications
iso3166==2.1.1
# via gsy-framework
jsonschema==4.22.0
# via gsy-framework
jsonschema-specifications==2023.12.1
Expand All @@ -112,10 +105,6 @@ jsonschema-specifications==2023.12.1
# jsonschema
kafka-python==2.0.2
# via gsy-framework
mccabe==0.6.1
# via
# flake8
# gsy-framework
nodeenv==1.8.0
# via
# gsy-framework
Expand All @@ -131,12 +120,8 @@ parameterized==0.9.0
# via -r requirements/base.in
paramiko==2.12.0
# via fabric3
pendulum==2.1.2
pendulum==3.0.0
# via gsy-framework
pkgutil-resolve-name==1.3.10
# via
# gsy-framework
# jsonschema
platformdirs==4.2.2
# via
# gsy-framework
Expand All @@ -148,16 +133,8 @@ pluggy==1.5.0
# tox
pre-commit==3.5.0
# via gsy-framework
pycodestyle==2.8.0
# via
# flake8
# gsy-framework
pycparser==2.22
# via cffi
pyflakes==2.4.0
# via
# flake8
# gsy-framework
pynacl==1.5.0
# via paramiko
pyproject-api==1.6.1
Expand All @@ -168,10 +145,7 @@ python-dateutil==2.9.0.post0
# via
# gsy-framework
# pendulum
pytzdata==2020.1
# via
# gsy-framework
# pendulum
# time-machine
pyyaml==6.0.1
# via
# gsy-framework
Expand All @@ -187,7 +161,7 @@ referencing==0.35.1
# gsy-framework
# jsonschema
# jsonschema-specifications
regex==2024.5.15
regex==2024.11.6
# via awesome-slugify
requests==2.31.0
# via
Expand All @@ -198,25 +172,27 @@ rpds-py==0.18.1
# gsy-framework
# jsonschema
# referencing
sgqlc==16.3
sgqlc==16.4
# via -r requirements/base.in
six==1.16.0
# via
# fabric3
# flake8-tuple
# geocoder
# gsy-framework
# paramiko
# python-dateutil
tabulate==0.9.0
# via gsy-framework
tomli==2.0.1
time-machine==2.16.0
# via
# gsy-framework
# pyproject-api
# tox
# pendulum
tox==4.15.0
# via gsy-framework
tzdata==2025.2
# via
# gsy-framework
# pendulum
unidecode==0.4.21
# via awesome-slugify
urllib3==1.26.18
Expand All @@ -232,10 +208,6 @@ websockets==12.0
# via
# -r requirements/base.in
# gsy-framework
zipp==3.18.2
# via
# gsy-framework
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading
Loading