Skip to content

Commit

Permalink
chore: update dependencies (python,textx,requests)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 authored Apr 24, 2023
1 parent d719782 commit f317dd5
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG VARIANT="3.10-bullseye"
ARG VARIANT="3.11-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
RUN pip install pipenv
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "3.10-bullseye",
"VARIANT": "3.11-bullseye",
// Options
"NODE_VERSION": "lts/*"
}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11
LABEL io.whalebrew.config.networks '["host"]'
ADD requirements.txt /app/
WORKDIR /app
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name = "pypi"
[packages]
jsonschema = "==3.2.0"
jstyleson = "==0.0.2"
requests = "==2.28.1"
requests = "==2.28.2"
requests-pkcs12 = "==1.10"
requests-unixsocket = "==0.2.0"
requests-aws4auth = "==1.1.1"
textX = "==3.0.0"
textX = "==3.1.1"
Js2Py = "==0.74"
requests_ntlm = "==1.1.0"
RestrictedPython = "==6.0"
Expand All @@ -29,4 +29,4 @@ pytest-benchmark = "*"
python-magic = "*"

[requires]
python_version = "3.9"
python_version = "3.11"
311 changes: 187 additions & 124 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dothttp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.42.a8'
__version__ = '0.0.42.a9'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jsonschema==3.2.0
jstyleson==0.0.2
requests==2.28.1
textx==3.0.0
requests==2.28.2
textx==3.1.1
js2py==0.74
requests_pkcs12==1.10
requests-unixsocket==0.2.0
Expand Down

0 comments on commit f317dd5

Please sign in to comment.