Skip to content

Commit

Permalink
Merge pull request #576 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-8fde0d2

Python Requirements Update
  • Loading branch information
bmtcril authored Jan 29, 2024
2 parents 8fde0d2 + 9f0a4b9 commit 4b60828
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click==8.1.7
# tutor
future==0.18.3
# via pyseeyou
google-auth==2.26.2
google-auth==2.27.0
# via kubernetes
idna==3.6
# via requests
Expand Down Expand Up @@ -81,11 +81,11 @@ six==1.16.0
# python-dateutil
tomli==2.0.1
# via mypy
toolz==0.12.0
toolz==0.12.1
# via pyseeyou
transifex-python==3.5.0
# via -r requirements/base.in
tutor==17.0.0
tutor==17.0.1
# via -r requirements/base.in
typing-extensions==4.9.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ asttokens==2.4.1
# transifex-python
bcrypt==4.1.2
# via -r requirements/base.txt
black==23.12.1
black==24.1.1
# via -r requirements/dev.in
cachetools==5.3.2
# via
Expand All @@ -41,17 +41,17 @@ click==8.1.7
# black
# transifex-python
# tutor
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
dill==0.3.7
dill==0.3.8
# via pylint
docutils==0.20.1
# via readme-renderer
future==0.18.3
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.26.2
google-auth==2.27.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -214,13 +214,13 @@ tomli==2.0.1
# pylint
tomlkit==0.12.3
# via pylint
toolz==0.12.0
toolz==0.12.1
# via
# -r requirements/base.txt
# pyseeyou
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==17.0.0
tutor==17.0.1
# via -r requirements/base.txt
twine==4.0.2
# via -r requirements/dev.in
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Package metadata for tutor-contrib-aspects."""

import io
import os

Expand Down
1 change: 1 addition & 0 deletions tutoraspects/asset_command_helpers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Helpers for Tutor commands and "do" commands.
"""

from zipfile import ZipFile
import glob
import os
Expand Down
1 change: 1 addition & 0 deletions tutoraspects/commands_v0.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Aspects module for tutor v0 commands"""

import click
from tutor import config as tutor_config

Expand Down
1 change: 1 addition & 0 deletions tutoraspects/commands_v1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Aspects module for tutor v1 commands"""

from __future__ import annotations

import string
Expand Down
1 change: 1 addition & 0 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Implements Aspects plugin via Tutor Plugin API v1."""

from __future__ import annotations

import os.path
Expand Down

0 comments on commit 4b60828

Please sign in to comment.